Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yossigi committed Sep 2, 2023
1 parent 7078340 commit 291a48c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agreement/player_permutation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,8 @@ func verifyPermutationExpectedActions(t *testing.T, playerN int, eventN int, hel
// Generates a set of player states, router states, and messageEvents and tests all permutations of them
func TestPlayerPermutation(t *testing.T) {
partitiontest.PartitionTest(t)
// check with/without setting dynamic filter timeout
// check with current consensus params and with consensus params that
// explicitly enable dynamic filter timeout
playerPermutationCheck(t, false)
playerPermutationCheck(t, true)
}
Expand Down

0 comments on commit 291a48c

Please sign in to comment.