Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joldie777 committed Sep 17, 2024
1 parent 48bbf4b commit 5f03b34
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 @@ -69,7 +69,6 @@ describe('Neutron / Interchain KV Query', () => {
4: 3,
5: 4,
6: 11,
7: 1_000_000,
};
let testState: LocalState;
let neutronClient: SigningNeutronClient;
Expand Down Expand Up @@ -355,7 +354,7 @@ describe('Neutron / Interchain KV Query', () => {

test('register icq #7: balance', async () => {
const updatePeriod =

Check failure on line 356 in src/testcases/run_in_band/interchain_kv_query.test.ts

View workflow job for this annotation

GitHub Actions / Actions - lint

Delete `⏎·········`
(await neutronClient.getHeight()) + updatePeriods[7];
(await neutronClient.getHeight()) + 1_000_000;

await registerBalancesQuery(
neutronClient,
Expand Down

0 comments on commit 5f03b34

Please sign in to comment.