Skip to content

Commit 19c8667

Browse files
committed
removes only
Signed-off-by: Konstantina Blazhukova <[email protected]>
1 parent 527410b commit 19c8667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/relay/tests/lib/precheck.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ describe('Precheck', async function () {
660660
const contractCall = '0xcfae3217';
661661
const transfer = '0x';
662662
const invalidTx = '0x60806040523480156200001157600080fd5b';
663-
it.only('should be able to calculate small contract create', function () {
663+
it('should be able to calculate small contract create', function () {
664664
// This number represents the estimation for mirror node web3 module
665665
// Can be fetched by using: curl -X POST --data '{"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"from":"0x...","data":<greeterContractCreate>},"latest"]}'
666666
const mirrorNodeEstimation = 499055;

0 commit comments

Comments
 (0)