Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Oct 18, 2024
1 parent c03748b commit 114bbd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/testcases/run_in_band/interchain_kv_query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,15 +353,14 @@ describe('Neutron / Interchain KV Query', () => {
});

test('register icq #7: balance', async () => {
const queryId = await registerBalancesQuery(
await registerBalancesQuery(
neutronClient,
contractAddress,
connectionId,
1_000_000,
[COSMOS_DENOM],
testState.wallets.cosmos.val1.address,
);
console.log('queryId: ' + queryId)
});
});
});
Expand Down

0 comments on commit 114bbd5

Please sign in to comment.