Skip to content

Commit

Permalink
Fix the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Feb 29, 2024
1 parent fed7c86 commit 807fbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_annotated_duplicate(book_list_html_response) -> None:
url = ResponseUrl(url_str)

with pytest.raises(
ValueError, match="Several instances of AnnotatedResult for HttpResponse were"
ValueError, match="Several instances of AnnotatedInstance for HttpResponse were"
):
serialize(
[
Expand Down

0 comments on commit 807fbbb

Please sign in to comment.