Skip to content

Commit 93bd82a

Browse files
committed
Don't specify start and end when also configuring this in the cases file
1 parent 3f8c3df commit 93bd82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SeqCli.EndToEnd/Bench/BenchTestCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public Task ExecuteAsync(
1313
ILogger logger,
1414
CliCommandRunner runner)
1515
{
16-
var exit = runner.Exec("bench", "--start=2022-01-01 --end=2022-01-02");
16+
var exit = runner.Exec("bench", "--runs 3");
1717
Assert.Equal(0, exit);
1818

1919
return Task.CompletedTask;

0 commit comments

Comments
 (0)