From 94bb93de9239c683e1cba7c9e1fd7e1da1d57374 Mon Sep 17 00:00:00 2001 From: Xavier Blanchot Date: Fri, 18 Aug 2023 15:32:39 +0200 Subject: [PATCH] doc(tests): remove odd indentation in test dosctrings --- tests/test_iac_models.py | 2 +- tests/test_models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_iac_models.py b/tests/test_iac_models.py index 62373a57..102b5902 100644 --- a/tests/test_iac_models.py +++ b/tests/test_iac_models.py @@ -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() diff --git a/tests/test_models.py b/tests/test_models.py index 8a1bd444..436ea3a4 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -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()