Skip to content

Commit 243bc5b

Browse files
author
Alexis Huberlant
committed
FIX-unit-test-indentation
1 parent 395b0a1 commit 243bc5b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

AUTHORS.rst

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Authors
1010
- Daniel Smoczyk <https://github.com/dPeS>
1111
- Bastien Gerard <https://github.com/bagerard>
1212
- Filip Janowski <https://github.com/filip75>
13+
- halb0w <https://github.com/halbow>

rwslib/tests/test_builders_metadata.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,10 @@ def test_accepts_no_children(self):
374374
MdsolReviewGroup("DM") << object()
375375

376376

377-
def test_build(self):
378-
doc = obj_to_doc(MdsolReviewGroup("CRA"))
379-
self.assertEqual(doc.tag, "mdsol:ReviewGroup")
380-
self.assertEqual("CRA", doc.text)
377+
def test_build(self):
378+
doc = obj_to_doc(MdsolReviewGroup("CRA"))
379+
self.assertEqual(doc.tag, "mdsol:ReviewGroup")
380+
self.assertEqual("CRA", doc.text)
381381

382382

383383
class TestMdsolLabelDef(unittest.TestCase):

0 commit comments

Comments
 (0)