Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Mar 14, 2023
1 parent 2aa96da commit fde1a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/eth-subscribe.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('eth_subscribe', function () {
// Switch to the second dapp
await driver.openNewPage('http://127.0.0.1:8081/');

// Setup the same subscrption listener as on the first dapp, but without registering a new subscription
// Setup the same subscription listener as on the first dapp, but without registering a new subscription
await driver.executeScript(setupSubscriptionListener);

// Verify that the new block is not seen on the second dapp
Expand Down

0 comments on commit fde1a64

Please sign in to comment.