Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
max-dfinity committed Oct 14, 2024
1 parent 4d1d7e2 commit bf2a09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/registry/canister/tests/add_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fn node_is_not_created_with_invalid_type() {
.await;

let (mut payload, node_pks) = prepare_add_node_payload(1);
payload.node_type = Some("type1.1".to_string());
payload.node_type = Some("type0.11".to_string());
let node_id = node_pks.node_id();

// Then, ensure there is no value for the node
Expand Down

0 comments on commit bf2a09f

Please sign in to comment.