Skip to content

Commit

Permalink
Update test_spec_instance_is_deep_copaible test
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Nov 23, 2019
1 parent ce3fa08 commit 0ab2830
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/spec/Spec/build_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,4 @@ def test_build_raises_in_case_of_duplicated_models_between_paths_and_definitions


def test_spec_instance_is_deep_copaible(petstore_spec):
"""
The test should be considered successful if calling deepcopy on a
Spec instance does not raise exceptions.
"""
deepcopy(petstore_spec)
assert petstore_spec == deepcopy(petstore_spec)

0 comments on commit 0ab2830

Please sign in to comment.