Skip to content

Commit

Permalink
test: change error_code in tecdsa_signature_fails_without_cycles_test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Jan 7, 2025
1 parent b7498fa commit 3fcf671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fn test(env: TestEnv) {
scale_cycles(ECDSA_SIGNATURE_FEE) - Cycles::from(1u64),
scale_cycles(ECDSA_SIGNATURE_FEE),
),
error_code: None
error_code: Some("IC0406".to_string())
})
)
}
Expand Down

0 comments on commit 3fcf671

Please sign in to comment.