Skip to content

Commit

Permalink
Refactor client_fixture function in test_unit_client file
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 14, 2024
1 parent d2cbc50 commit 10f46fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def client_fixture(dex):
return dx

@pytest.fixture(name="dex_client_bsc")
def client_fixture(dex):
def client_fixture_bsc(dex):
for dx in dex.clients:
if dx.name == "bsc":
return dx
Expand Down

0 comments on commit 10f46fa

Please sign in to comment.