Skip to content

Commit

Permalink
test: remove skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Oct 29, 2021
1 parent 2a1dcde commit 2c9e287
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 2c9e287

Please sign in to comment.