Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 150bb19

Browse files
committed
misc
1 parent 4f5c6c8 commit 150bb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc_new/provider/smoldot.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const POLKADOT_CHAIN_SPEC_URL =
55
"https://raw.githubusercontent.com/paritytech/smoldot/main/bin/polkadot.json";
66

77
Deno.test({
8-
name: "Proxy Provider",
8+
name: "Smoldot Provider",
99
ignore: true,
1010
async fn() {
1111
const polkadotChainSpec = await (await fetch(POLKADOT_CHAIN_SPEC_URL)).text();

0 commit comments

Comments
 (0)