From e9ec0e265d3d1fc2068fbd212a63ed338e4c0fcc Mon Sep 17 00:00:00 2001 From: lindsay stevens Date: Thu, 21 Jul 2022 19:38:09 +1000 Subject: [PATCH] fix: formatting --- tests/test_settings.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/test_settings.py b/tests/test_settings.py index e61d89cc..6f28532b 100644 --- a/tests/test_settings.py +++ b/tests/test_settings.py @@ -2,13 +2,12 @@ class TestSettings(PyxformTestCase): - def test_instance_xmlns__is_set__custom_xmlns(self): """Should find the instance_xmlns value in the instance xmlns attribute.""" md = """ | settings | - | | instance_xmlns | - | | 1234 | + | | instance_xmlns | + | | 1234 | | survey | | | | | | type | name | label | | | text | q1 | hello | @@ -23,7 +22,7 @@ def test_instance_xmlns__is_set__custom_xmlns(self): and namespace-uri()='1234' ] """ - ] + ], ) def test_instance_xmlns__not_set__default_xmlns(self):