Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
leafyoung committed Dec 21, 2023
1 parent cdbf36d commit 13d7ef0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/test_uniswap.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ def pool_tests(self, model_prefix, default_block_number, chain_id,
**default_args)

self.run_model(f'{model_prefix}.get-pools-tokens',
{"tokens": [{"symbol": ring0_token}, {
"symbol": ring1_token}, {"symbol": ring2_token}]},
{"tokens": [
{"symbol": ring0_token},
{"symbol": ring1_token},
{"symbol": ring2_token}
]},
**default_args)

self.run_model(f'{model_prefix}.get-ring0-ref-price', {}, **default_args)
Expand Down

0 comments on commit 13d7ef0

Please sign in to comment.