Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorStepanov committed Jun 21, 2023
1 parent 8cd96d8 commit 741c128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BenchmarkDotNet.Tests/ConfigParserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ public void UsersCanSpecifyWithoutOverheadEvalution()
[InlineData("--filter abc", "--filter *")]
[InlineData("-f abc", "--filter *")]
[InlineData("-f *", "--filter *")]
[InlineData("--runtime net7.0 --join", "--filter * --runtime net7.0 --join")]
[InlineData("--runtimes net7.0 --join", "--filter * --join --runtimes net7.0")]
[InlineData("--join abc", "--filter * --join")]
public void CheckUpdateValidArgs(string strArgs, string expected)
{
Expand Down

0 comments on commit 741c128

Please sign in to comment.