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

Commit

Permalink
update the test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Mar 9, 2022
1 parent 1d21588 commit 12e1b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/core/tests/interface.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe("interface", () => {
assert.ok(Ganache.server);
assert.ok(Ganache.provider);
const info = Ganache.__experimental_info();
assert.deepStrictEqual(info.fork.supportedChainIds, Array.from(KNOWN_CHAINIDS));
assert.deepStrictEqual(info.fork.knownChainIds, Array.from(KNOWN_CHAINIDS));
assert.deepStrictEqual(info.version, "DEV");
assert.strictEqual(Object.keys(Ganache).length, 3);

Expand Down

0 comments on commit 12e1b40

Please sign in to comment.