Skip to content

Commit

Permalink
Try to resolve sonarcloud violation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Apr 22, 2024
1 parent b96e4b8 commit a24c91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ibft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3050,7 +3050,7 @@ func TestIBFT_ExtendRoundTimer(t *testing.T) {
assert.Equal(t, additionalTimeout, i.additionalTimeout)
}

func TestIBFT_OverrideBaseRoundTimeout(t *testing.T) {
func TestIBFTOverrideBaseRoundTimeout(t *testing.T) {
t.Parallel()

baseRoundTimeout := 50 * time.Second
Expand Down

0 comments on commit a24c91b

Please sign in to comment.