Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joldie777 committed Sep 17, 2024
1 parent 5f03b34 commit 10d3fa4
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,8 +353,7 @@ describe('Neutron / Interchain KV Query', () => {
});

test('register icq #7: balance', async () => {
const updatePeriod =
(await neutronClient.getHeight()) + 1_000_000;
const updatePeriod = (await neutronClient.getHeight()) + 1_000_000;

await registerBalancesQuery(
neutronClient,
Expand Down

0 comments on commit 10d3fa4

Please sign in to comment.