We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1913114 commit f075b55Copy full SHA for f075b55
roles/tests-unit/files/FWO.Test/LockTest.cs
@@ -27,6 +27,7 @@ await ExecuteFileAction(() =>
27
28
// Implicitly call static constructor so backround lock process is started
29
Log.WriteInfo("Startup", "Starting Lock Tests...");
30
+ Log.WriteInfo("Startup", $"LockFilePath is: {lockFilePath}");
31
}
32
33
[TearDown]
0 commit comments