Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Dec 12, 2023
1 parent 1662a5d commit 0bd3928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signer/cosigner_nonce_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func TestClearNonces(t *testing.T) {

cnc := CosignerNonceCache{
threshold: 2,
cache: new(NonceCache),
}

for i := 0; i < 10; i++ {
Expand Down

0 comments on commit 0bd3928

Please sign in to comment.