Skip to content

Commit

Permalink
Use correct DKG call in jumpstart test
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Jul 19, 2024
1 parent 0c7ab98 commit 422362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/registry/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fn it_jumps_the_network() {
);
assert_ok!(Registry::jump_start_network(RuntimeOrigin::signed(1)));
assert_eq!(
Registry::dkg(0),
Registry::jumpstart_dkg(0),
vec![NETWORK_PARENT_KEY.encode()],
"ensures a dkg message for the jump start network is prepped"
);
Expand Down

0 comments on commit 422362c

Please sign in to comment.