Skip to content

Commit 20587e8

Browse files
committed
skip test
1 parent ec12255 commit 20587e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-sdk/tests/evm/token.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { zeroAddress } from "viem";
22
import { getTokenDetails, getTokenInfo } from "../../src/evm";
3-
describe("getTokenDetails", () => {
3+
describe.skip("getTokenDetails", () => {
44
it("should fail to get token details for zero address", async () => {
55
await expect(getTokenDetails(100, zeroAddress)).rejects.toThrow(); // or .rejects.toThrow("specific error message") if you want to check the message
66
});

0 commit comments

Comments
 (0)