Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Jan 7, 2025
1 parent 05a35ff commit b4d4885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1775,10 +1775,10 @@ fn should_prevent_unknown_provider_update_api_keys() {
}

#[test]
fn should_get_notes_in_subnet() {
fn should_get_nodes_in_subnet() {
let setup = EvmRpcSetup::new();
let nodes_in_subnet = setup.get_nodes_in_subnet();
assert_eq!(nodes_in_subnet, 34);
assert_eq!(nodes_in_subnet, 13);
}

#[test]
Expand Down

0 comments on commit b4d4885

Please sign in to comment.