Skip to content

Commit

Permalink
update tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
irahorecka committed Nov 7, 2024
1 parent ebe4dc8 commit c919969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


def test_attrs():
"""Test for checking attributes of the Chrono24 query object."""
"""Test for checking attributes of the QueryChrono24 query object."""
assert isinstance(ROLEX_DJ.count, int), "Count should be an integer."
assert isinstance(ROLEX_DJ.url, str), "URL should be a string."
assert isinstance(DEFAULT_QUERY.count, int), "Count should be an integer for default query."
Expand Down

0 comments on commit c919969

Please sign in to comment.