Skip to content

Commit 94bb93d

Browse files
committed
doc(tests): remove odd indentation in test dosctrings
1 parent 8610072 commit 94bb93d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_iac_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_schema_loads(self, schema_klass, expected_klass, instance_data):
9090
GIVEN the right kwargs and an extra field in dict format
9191
WHEN loading using the schema
9292
THEN the extra field is not taken into account
93-
AND the result should be an instance of the expected class
93+
AND the result should be an instance of the expected class
9494
"""
9595
schema = schema_klass()
9696

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def test_schema_loads(self, schema_klass, expected_klass, instance_data):
166166
GIVEN the right kwargs and an extra field in dict format
167167
WHEN loading using the schema
168168
THEN the extra field should be excluded
169-
AND the result should be an instance of the expected class
169+
AND the result should be an instance of the expected class
170170
"""
171171
schema = schema_klass()
172172

0 commit comments

Comments
 (0)