Skip to content

Commit

Permalink
changes the decimals in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Jul 29, 2024
1 parent 258302b commit d664c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/pool_stable/src/tests/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ fn simple_swap_with_two_tokens_both_with_7_decimals() {

token1.initialize(
&admin,
&12,
&7,
&"name1".into_val(&env),
&"symbol1".into_val(&env),
);
Expand All @@ -535,7 +535,7 @@ fn simple_swap_with_two_tokens_both_with_7_decimals() {

token2.initialize(
&admin,
&12,
&7,
&"name2".into_val(&env),
&"symbol2".into_val(&env),
);
Expand Down

0 comments on commit d664c9b

Please sign in to comment.