Skip to content

Commit b3d69dd

Browse files
authored
Remove bad assert (#48922)
1 parent 0b58937 commit b3d69dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Cli/dotnet/Commands/Test/TestCommandParser.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ public static string GetTestRunnerName()
164164
var builder = new ConfigurationBuilder();
165165

166166
string? dotnetConfigPath = GetDotnetConfigPath(Environment.CurrentDirectory);
167-
Debug.Assert(dotnetConfigPath is not null);
168-
169167
if (!File.Exists(dotnetConfigPath))
170168
{
171169
return CliConstants.VSTest;

0 commit comments

Comments
 (0)