Skip to content

Commit

Permalink
add comment for further testing for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Oct 29, 2023
1 parent 7339665 commit b44b884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions starknet-providers/tests/jsonrpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,9 @@ async fn jsonrpc_call_entrypoint_not_found() {
} else {
panic!("unexpected StarknetError {:?}", code);
}

// TODO: this test may be extended once the `data` field from v0.5.x
// is supported.
}
_ => panic!("unexpected error type {:?}", e),
},
Expand Down

0 comments on commit b44b884

Please sign in to comment.