We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f091d commit 0df9ad3Copy full SHA for 0df9ad3
starknet-providers/tests/jsonrpc.rs
@@ -22,7 +22,6 @@ fn create_jsonrpc_client() -> JsonRpcClient<HttpTransport> {
22
JsonRpcClient::new(HttpTransport::new(Url::parse(&rpc_url).unwrap()))
23
}
24
25
-#[ignore = "nodes are incorrectly returning `0.6.0-rc5`"]
26
#[tokio::test]
27
async fn jsonrpc_spec_version() {
28
let rpc_client = create_jsonrpc_client();
0 commit comments