Skip to content

Commit 75e409d

Browse files
committed
chore: fix test
1 parent 08365d6 commit 75e409d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/api/tests/getsigner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ fn test_try_make_response() {
139139
let response = responses.remove(0);
140140
info!("response: {:?}", &response);
141141
let signer_response = response.decode_signer().unwrap();
142-
assert_eq!(signer_response.blocks_signed, 40);
142+
assert_eq!(signer_response.blocks_signed, 20);
143143

144144
// Signer doesn't exist so it should not have signed anything
145145
let response = responses.remove(0);

0 commit comments

Comments
 (0)