Skip to content

Commit 5fd9425

Browse files
Update tests/http/models/test_genric_resource.py
Co-authored-by: Susana <3016283+svazquezco@users.noreply.github.com>
1 parent a8b20fb commit 5fd9425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/http/models/test_genric_resource.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def meta_data():
1111

1212
def test_generic_resource_empty():
1313
resource = GenericResource()
14+
1415
assert resource.meta is None
1516
assert resource.to_dict() == {}
1617

0 commit comments

Comments
 (0)