From 2c9e2873a34f6a67b8a4f2e8725cff0b6923e722 Mon Sep 17 00:00:00 2001 From: Janek Rahrt Date: Wed, 27 Oct 2021 16:43:23 +0200 Subject: [PATCH] test: remove skipped test --- __tests__/index.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/__tests__/index.test.ts b/__tests__/index.test.ts index 021aab96c..bac9a3163 100644 --- a/__tests__/index.test.ts +++ b/__tests__/index.test.ts @@ -23,7 +23,6 @@ describe('starknet endpoints', () => { test('getContractAddresses()', () => { return expect(getContractAddresses()).resolves.not.toThrow(); }); - xtest('callContract()', () => {}); test('getBlock()', () => { return expect(getBlock(46500)).resolves.not.toThrow(); });