Skip to content

Commit

Permalink
Update web3-provider-adapter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahka2321 authored Jan 9, 2025
1 parent e76a43f commit 8f91200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-web3/test/web3-provider-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe("Web3 provider adapter", function () {
assert.isTrue(adaptedProvider.isConnected());
});

it("Should return the same as the real provider for sigle requests", function (done) {
it("Should return the same as the real provider for single requests", function (done) {
const request = createJsonRpcRequest("eth_accounts");
realWeb3Provider.send(
request,
Expand Down

0 comments on commit 8f91200

Please sign in to comment.