Skip to content

Commit

Permalink
be more flexible in HeartbeatConsistencyCheckPingsAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Jun 21, 2024
1 parent 906093f commit 32d090c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void TiebreakerIncorrectType()
}

[Theory]
[InlineData(true, 5, 15)]
[InlineData(true, 4, 15)]
[InlineData(false, 0, 0)]
public async Task HeartbeatConsistencyCheckPingsAsync(bool enableConsistencyChecks, int minExpected, int maxExpected)
{
Expand Down

0 comments on commit 32d090c

Please sign in to comment.