Skip to content

Commit 0df9ad3

Browse files
authored
test: undo ignoring spec_version test (#524)
Juno v0.8.1 now correctly serves `0.6.0`.
1 parent 63f091d commit 0df9ad3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

starknet-providers/tests/jsonrpc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ fn create_jsonrpc_client() -> JsonRpcClient<HttpTransport> {
2222
JsonRpcClient::new(HttpTransport::new(Url::parse(&rpc_url).unwrap()))
2323
}
2424

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

0 commit comments

Comments
 (0)