Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Nov 5, 2024
1 parent 3404c82 commit b0e18c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dotenv.config();

const ACALA_NODE_URL = 'wss://acala-rpc.dwellir.com';

describe.only('provider cache', async () => {
describe.concurrent('provider cache', async () => {
let provider: EvmRpcProvider;
let provider2: EvmRpcProvider;

Expand Down

0 comments on commit b0e18c8

Please sign in to comment.