Skip to content

Commit

Permalink
test fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Dec 23, 2024
1 parent c74f2a0 commit 4c1e1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/nns/test_utils/src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ pub fn invariant_compliant_mutation_with_subnet_id(
subnet_pid: SubnetId,
chain_key_config: Option<ChainKeyConfig>,
) -> Vec<RegistryMutation> {
let node_operator_pid = PrincipalId::new_user_test_id(990);
let node_operator_pid = PrincipalId::new_user_test_id(1990);

let (valid_pks, node_id) = new_node_keys_and_node_id();

Expand Down

0 comments on commit 4c1e1ba

Please sign in to comment.