Skip to content

Commit b3df3c6

Browse files
committed
Fix tests
1 parent dfeccf9 commit b3df3c6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/bookmarklet/bookmarklet.test.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,4 @@ describe(`bookmarklet: ${toDethNet.name}`, () => {
3434
`https://etherscan.deth.net/address/${address}`
3535
);
3636
});
37-
38-
it("preserves explorer api name for all explorers", () => {
39-
for (const apiName of Object.keys(explorerApiUrls)) {
40-
const websiteUrl =
41-
apiUrlToWebsite(
42-
explorerApiUrls[apiName as keyof typeof explorerApiUrls]
43-
) + "/address/0x0000000000000000000000000000000000000000";
44-
45-
const ecvUrl = toDethNet(websiteUrl);
46-
47-
givenUrl(ecvUrl);
48-
expect(ethViewerCommands.getApiName()).toEqual(apiName);
49-
}
50-
});
5137
});

0 commit comments

Comments
 (0)