Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Sep 3, 2024
1 parent 91a115d commit a3a42af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/testcases/run_in_band/dex_bindings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('Neutron / dex module bindings', () => {
let contractAddress: string;
let activeTrancheKey: string;
let inactiveTrancheKey: string;
let multiHopSwapDenoms: any[] = [];
const multiHopSwapDenoms: any[] = [];

beforeAll(async () => {
testState = await LocalState.create(config, inject('mnemonics'));
Expand Down
2 changes: 1 addition & 1 deletion src/testcases/run_in_band/dex_grpc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Neutron / dex module (grpc contract)', () => {
let contractAddress: string;
let activeTrancheKey: string;
let inactiveTrancheKey: string;
let multiHopSwapDenoms: any[] = [];
const multiHopSwapDenoms: any[] = [];

beforeAll(async (suite: Suite) => {
testState = await LocalState.create(config, inject('mnemonics'), suite);
Expand Down

0 comments on commit a3a42af

Please sign in to comment.