We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08365d6 commit 75e409dCopy full SHA for 75e409d
stackslib/src/net/api/tests/getsigner.rs
@@ -139,7 +139,7 @@ fn test_try_make_response() {
139
let response = responses.remove(0);
140
info!("response: {:?}", &response);
141
let signer_response = response.decode_signer().unwrap();
142
- assert_eq!(signer_response.blocks_signed, 40);
+ assert_eq!(signer_response.blocks_signed, 20);
143
144
// Signer doesn't exist so it should not have signed anything
145
0 commit comments