Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Oct 11, 2023
1 parent cdab03c commit 9c0e947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ describeIf(getSystemTestBackend() === 'ganache' && isWs)('ganache tests', () =>

await server.close();

//when server is not listening send request, and expect that lib will try to reconnect and at end will throw con not open error
// when server is not listening send request, and expect that lib will try to reconnect and at end will throw con not open error
await expect(
webSocketProvider.request(
{"method":"eth_getBlockByNumber","params":["0xc5043f",false],"id":1,"jsonrpc":"2.0"}
Expand Down

0 comments on commit 9c0e947

Please sign in to comment.