Skip to content

Commit 252c09e

Browse files
committed
Update room number to be more accurate
1 parent 7de1a1a commit 252c09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 'Test'";
35+
suffix = " from room '0.04'";
3636
}
3737

3838
/// <summary>

0 commit comments

Comments
 (0)