Skip to content

Commit

Permalink
fix(test): remove only for getTransactionReceipt test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala committed Feb 4, 2022
1 parent 4267a5f commit eb11d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('defaultProvider', () => {
).resolves.not.toThrow();
});

test.only('getTransactionReceipt', async () => {
test('getTransactionReceipt', async () => {
return expect(
defaultProvider.getTransactionReceipt(
'0x7906b9cfe400e11dd1f977a128f73995029e67c2135cdef1552622e636ff499'
Expand Down

0 comments on commit eb11d3b

Please sign in to comment.