Skip to content

Commit 79afece

Browse files
fix: remove comment
1 parent aad5176 commit 79afece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/network/tests/thor-client/contracts/contract.event.solo.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ describe('ThorClient - ERC20 Contracts', () => {
267267
]
268268
})
269269
).rejects.toThrowError(InvalidAbiFragment);
270-
}, 30000); // Set a timeout of 10000ms for this test
270+
}, 30000);
271271

272272
/**
273273
* Tests the listening to ERC20 contract operations using a blockchain client.

0 commit comments

Comments
 (0)