Skip to content

Commit

Permalink
Update acceptance/tests/server/server_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Wilkerson <[email protected]>
  • Loading branch information
lkysow and wilkermichael authored Jan 16, 2024
1 parent 9d68c46 commit 956680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/tests/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ func TestServerRestart(t *testing.T) {

// Check results
require.NoError(t, unmarshallErrs, "there were some json unmarshall errors, this is likely a bug")
logger.Logf(t, "restart took %s, there were %d instances where than one server had no leader", time.Since(start), timesWithoutLeader)
logger.Logf(t, "restart took %s, there were %d instances where more than one server had no leader", time.Since(start), timesWithoutLeader)
require.Equal(t, 0, timesWithoutLeader, "there were %d instances where more than one server had no leader", timesWithoutLeader)
}

0 comments on commit 956680c

Please sign in to comment.