Skip to content

Commit

Permalink
doc(tests): remove odd indentation in test dosctrings
Browse files Browse the repository at this point in the history
  • Loading branch information
xblanchot-gg committed Aug 18, 2023
1 parent 8610072 commit 94bb93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_iac_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_schema_loads(self, schema_klass, expected_klass, instance_data):
GIVEN the right kwargs and an extra field in dict format
WHEN loading using the schema
THEN the extra field is not taken into account
AND the result should be an instance of the expected class
AND the result should be an instance of the expected class
"""
schema = schema_klass()

Expand Down
2 changes: 1 addition & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_schema_loads(self, schema_klass, expected_klass, instance_data):
GIVEN the right kwargs and an extra field in dict format
WHEN loading using the schema
THEN the extra field should be excluded
AND the result should be an instance of the expected class
AND the result should be an instance of the expected class
"""
schema = schema_klass()

Expand Down

0 comments on commit 94bb93d

Please sign in to comment.