diff --git a/rs/nns/test_utils/src/registry.rs b/rs/nns/test_utils/src/registry.rs index 52f85df9cc8..3d1e674ed3c 100644 --- a/rs/nns/test_utils/src/registry.rs +++ b/rs/nns/test_utils/src/registry.rs @@ -251,7 +251,7 @@ pub fn invariant_compliant_mutation_with_subnet_id( subnet_pid: SubnetId, chain_key_config: Option, ) -> Vec { - 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();