Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto committed Jun 15, 2024
1 parent db7c510 commit 816cea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxr/asynchronous/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@pytest.fixture
def client() -> oxr.asynchronous.Client:
yield oxr.asynchronous.Client("app_id")
return oxr.asynchronous.Client("app_id")


def _construct_url(base_url: str, params: dict[str, Any]) -> str:
Expand Down

0 comments on commit 816cea5

Please sign in to comment.