Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitacfa607

Browse files
add tokens param to function
1 parent217ced5 commitacfa607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/test_uniswap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def test_get_tvl_in_pool_on_chain(self, client: Uniswap, tokens, token0, token1)
378378
asserttvl_1>0
379379

380380
@pytest.mark.parametrize("token0, token1", [("DAI","USDC")])
381-
deftest_asset_locked_per_tick_sums_to_tvl(self,client:Uniswap,token0,token1):
381+
deftest_asset_locked_per_tick_sums_to_tvl(self,client:Uniswap,tokens,token0,token1):
382382
ifclient.version!=3:
383383
pytest.skip("Not supported in this version of Uniswap")
384384

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp