Skip to content

Commit

Permalink
Update tests/test_consdbClient.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kian-Tat Lim <[email protected]>
  • Loading branch information
Vebop and ktlim authored Sep 6, 2024
1 parent 73d3fde commit 10ddd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_consdbClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

@pytest.fixture
def client():
"""Initilaize client with a fake url
"""Initialize client with a fake url
Requires mocking connection with @responses.activate decorator
"""
return ConsDbClient("http://example.com/consdb")
Expand Down

0 comments on commit 10ddd17

Please sign in to comment.