Skip to content

Commit

Permalink
PR comments.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Mar 4, 2024
1 parent 7a672e0 commit 47dd1d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions csharp/tests/Integration/IntegrationTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public IntegrationTestBase()

string path = TestContext.CurrentContext.WorkDirectory;
if (Path.GetFileName(path) != "csharp")
// Probably '-- NUnit.WorkDirectory=<path>' is missing in 'dotnet test' command line or .runsettings
throw new FileNotFoundException("`WorkDirectory` is incorrect or not defined.");
throw new FileNotFoundException("`WorkDirectory` is incorrect or not defined. Please ensure the WorkDirectory was set by passing `-- NUnit.WorkDirectory=<path>` to the `dotnet test` command.");

scriptDir = Path.Combine(path, "..", "utils");
}
Expand Down

0 comments on commit 47dd1d0

Please sign in to comment.