Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Dec 1, 2023
1 parent b0a4ba3 commit 332617a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions signer/threshold_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ func testThresholdValidatorLeaderElection(t *testing.T, threshold, total uint8)

err := tv.LoadSignStateIfNecessary(testChainID)
require.NoError(t, err)

require.NoError(t, tv.Start(ctx))
}

quit := make(chan bool)
Expand Down

0 comments on commit 332617a

Please sign in to comment.