Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Aug 20, 2024
1 parent 122195c commit 4014489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/observer/keeper/msg_server_vote_tss_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ func TestMsgServer_VoteTSS(t *testing.T) {
require.NoError(t, err)

// ASSERT
require.True(t, res.BallotCreated)
require.False(t, res.VoteFinalized)
require.False(t, res.BallotCreated)
require.True(t, res.VoteFinalized)
require.True(t, res.KeygenSuccess)
// Newer ballot should be finalized which make keygen success
newKeygen, found = k.GetKeygen(ctx)
Expand Down

0 comments on commit 4014489

Please sign in to comment.