Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbrar committed Apr 15, 2024
1 parent fb6f6dd commit 653f8ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,11 @@ def test_combine_analyses():
assert len(analysis["edge_bindings"]["n1n2"]) == 2
assert len(analysis["edge_bindings"]["n0n1"]) == 1


def test_response():
"""
Test that response object is parsed properly
"""

response = Response.parse_obj({"message": EXAMPLE_MESSAGE})
assert isinstance(response, Response)
assert isinstance(response, Response)

0 comments on commit 653f8ee

Please sign in to comment.