Skip to content

Commit f5db474

Browse files
committed
fix
1 parent 99e87c1 commit f5db474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI-TESTS/UITests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public void AuthIdTest()
337337

338338
pages.firstLayerGO(true, true, true);
339339
var data = pages.nativeAppLayer.getAuthIdText();
340-
Console.WriteLine($"AuthIdText: \"{data}\" (\" \" means no authId was used)");
340+
Console.WriteLine($"AuthIdText: \"{data}\" (just \"AuthId:\" means no authId was used)");
341341
Assert.That(data=="AuthId:", Is.True);
342342

343343
if (platformIOS)

0 commit comments

Comments
 (0)