Skip to content

Commit

Permalink
test: undo ignoring spec_version test (#524)
Browse files Browse the repository at this point in the history
Juno v0.8.1 now correctly serves `0.6.0`.
  • Loading branch information
xJonathanLEI authored Dec 12, 2023
1 parent 63f091d commit 0df9ad3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starknet-providers/tests/jsonrpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ fn create_jsonrpc_client() -> JsonRpcClient<HttpTransport> {
JsonRpcClient::new(HttpTransport::new(Url::parse(&rpc_url).unwrap()))
}

#[ignore = "nodes are incorrectly returning `0.6.0-rc5`"]
#[tokio::test]
async fn jsonrpc_spec_version() {
let rpc_client = create_jsonrpc_client();
Expand Down

0 comments on commit 0df9ad3

Please sign in to comment.