Skip to content

Commit 7de1a1a

Browse files
committed
Do the bugfixes
1 parent eb93fa1 commit 7de1a1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Empower.Library.RoomTest/Empower.Library.RoomTest.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
Empower Demo - Library that allows an order to be placed on DataMiner solutions.skyline.be.
2121
var order = OrderFactory.CreateOrder("Order 1");
2222
</Description>
23+
<RepositoryUrl>https://github.com/SkylineCommunications/Skyline.DataMiner.Empower.Library.RoomTest.git</RepositoryUrl>
2324
</PropertyGroup>
2425

2526
<ItemGroup>

Empower.Library.RoomTest/Order.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public Order(string orderValue)
3232
// Key was setup using the dotnet tool Skyline.DataMiner.CICD.Tools.WinEncryptedKeys
3333
apiKey = Keys.RetrieveKey(keyName);
3434
name = orderValue;
35-
suffix = " from room 'ThisIsABug'";
35+
suffix = " from room 'Test'";
3636
}
3737

3838
/// <summary>

0 commit comments

Comments
 (0)