Skip to content

Commit

Permalink
Updated view builder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Jun 23, 2020
1 parent 5d2be38 commit a455797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_server_view_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def test_property_of_name_description():
obj, "property_name", name="property_name", description="property description"
)

assert GeneratedClass.__apispec__.get("description") == "property description"
assert GeneratedClass.__apispec__.get("summary") == "property description"
assert GeneratedClass.description == "property description"
assert GeneratedClass.summary == "property description"


def test_action_from_with_args(app, client):
Expand Down

0 comments on commit a455797

Please sign in to comment.