Skip to content

Commit c534b0f

Browse files
committed
Fix the log message
1 parent 1aac241 commit c534b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing/src/TestPathUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ public static string GetSolutionRootDirectory(string solution)
4040
}
4141
while (directoryInfo.Parent != null);
4242

43-
throw new Exception($"Solution file {solution}.slnf could not be found in {applicationBasePath} or its parent directories.");
43+
throw new Exception($"Solution file {solution}.slnx could not be found in {applicationBasePath} or its parent directories.");
4444
}
4545
}

0 commit comments

Comments
 (0)