Skip to content

Commit

Permalink
Merge pull request #818 from JoeRobich/fix-test
Browse files Browse the repository at this point in the history
Fix CommandLine_AllArguments_Bind test
  • Loading branch information
JoeRobich committed Sep 18, 2020
2 parents 57eafbb + 6ec093f commit 6c82059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ProgramTests.cs
Expand Up @@ -223,7 +223,7 @@ public async Task CommandLine_AllArguments_Bind()
*.vb
--report
report.json
--include-generated".Split('\n', StringSplitOptions.RemoveEmptyEntries);
--include-generated".Split(Environment.NewLine, StringSplitOptions.RemoveEmptyEntries);

// Act
var parseResult = sut.Parse(args);
Expand Down

0 comments on commit 6c82059

Please sign in to comment.