Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aterga committed Feb 6, 2025
1 parent 2de696c commit 88f898b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/crypto/src/keygen/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ mod rotate_idkg_dealing_encryption_keys {
#[test]
fn should_not_rotate_key_when_no_ecdsa_config_exists() {
let setup = Setup::builder()
.with_ecdsa_subnet_config(EcdsaSubnetConfig::new_without_ecdsa_config(
.with_ecdsa_subnet_config(EcdsaSubnetConfig::new_without_chain_key_config(
subnet_id(),
Some(node_id()),
))
Expand Down

0 comments on commit 88f898b

Please sign in to comment.