Turns out I had missed one code review comment. Fixing the string validation for one of the tests.
This commit is contained in:
parent
99f30b3ea8
commit
9e9d7f1d52
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ namespace Microsoft.DotNet.Tests
|
|||
|
||||
result.Should().NotBeNull();
|
||||
|
||||
result.Args.Should().NotContain("-fx-version");
|
||||
result.Args.Should().NotContain("--fx-version");
|
||||
}
|
||||
|
||||
private ProjectToolsCommandResolver SetupProjectToolsCommandResolver()
|
||||
|
|
Loading…
Add table
Reference in a new issue