Skip to content

Commit

Permalink
fix limit order test values
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed May 28, 2024
1 parent a24147c commit 64816a6
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 @@ -312,7 +312,7 @@ describe('Neutron / dex module bindings', () => {
token_in: 'uibcusdc',
token_out: 'untrn',
tick_index_in_to_out: -10,
amount_in: '100',
amount_in: '1000',
order_type: LimitOrderType.ImmediateOrCancel,
},
}),
Expand Down
2 changes: 1 addition & 1 deletion src/testcases/run_in_band/dex_stargate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ describe('Neutron / dex module (stargate contract)', () => {
token_in: 'uibcusdc',
token_out: 'untrn',
tick_index_in_to_out: -10,
amount_in: '100',
amount_in: '1000',
order_type: LimitOrderType.ImmediateOrCancel,
},
}),
Expand Down

0 comments on commit 64816a6

Please sign in to comment.