Skip to content

Commit 968072e

Browse files
billwertmichellemcdaniel
authored andcommitted
fix test (dotnet#489)
1 parent 487c24b commit 968072e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/harness/BenchmarkDotNet.Extensions.Tests/CommandLineOptionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void ArgsListContainsPartitionsCountAndIndex()
3030
CommandLineOptions.ValidatePartitionParameters(count, index);
3131

3232
Assert.Equal(10, count);
33-
Assert.Equal(0, count);
33+
Assert.Equal(0, index);
3434
}
3535
[Fact]
3636
public void ArgsListContainsNeitherPartitionsCountAndIndex()

0 commit comments

Comments
 (0)