Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsay-stevens committed Jul 21, 2022
1 parent e204ab7 commit e9ec0e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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):
Expand Down

0 comments on commit e9ec0e2

Please sign in to comment.