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 c534b0f commit 91931b1Copy full SHA for 91931b1
src/Testing/test/TestPathUtilitiesTest.cs
@@ -16,7 +16,7 @@ public class TestPathUtilitiesTest
16
public void GetSolutionRootDirectory_Throws_IfNotFound()
17
{
18
var exception = Assert.Throws<Exception>(() => TestPathUtilities.GetSolutionRootDirectory("NotTesting"));
19
- Assert.Equal($"Solution file NotTesting.slnf could not be found in {AppContext.BaseDirectory} or its parent directories.", exception.Message);
+ Assert.Equal($"Solution file NotTesting.slnx could not be found in {AppContext.BaseDirectory} or its parent directories.", exception.Message);
20
}
21
#pragma warning restore 0618
22
0 commit comments