Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'fix-types' of github.com:trufflesuite/ganache into fix-…
Browse files Browse the repository at this point in the history
…types
  • Loading branch information
davidmurdoch committed Apr 21, 2022
2 parents 3b6af49 + 3f689d1 commit 23c5f07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/ganache/tests/types.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ describe("types", () => {
it("returns the type for eth_sendTransaction", () => {
expectMethod<"eth_sendTransaction", string, 1>();
});

it("returns the type for eth_personalTransaction", () => {
expectMethod<"personal_sendTransaction", string, 1>();
});
Expand Down

0 comments on commit 23c5f07

Please sign in to comment.