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

Commit

Permalink
Update src/packages/ganache/tests/types.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
  • Loading branch information
davidmurdoch and MicaiahReid committed May 2, 2022
1 parent 7b23c7b commit 711a404
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 711a404

Please sign in to comment.