Skip to content

Commit

Permalink
fix: rust e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Aug 9, 2024
1 parent 9b096e4 commit 98da15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-interchain/rust/main/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fn test_node_information(node: &Chain) {

node.get_chain_config();

assert!(node.get_name().starts_with("ict-localjuno-1-val-0"));
assert!(node.get_name().starts_with("localjuno-1-val-0"));
node.get_container_id();
node.get_host_name();
node.get_genesis_file_content();
Expand Down

0 comments on commit 98da15d

Please sign in to comment.