File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ Authors
10
10
- Daniel Smoczyk <https://github.com/dPeS>
11
11
- Bastien Gerard <https://github.com/bagerard>
12
12
- Filip Janowski <https://github.com/filip75>
13
+ - halb0w <https://github.com/halbow>
Original file line number Diff line number Diff line change @@ -374,10 +374,10 @@ def test_accepts_no_children(self):
374
374
MdsolReviewGroup ("DM" ) << object ()
375
375
376
376
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 )
381
381
382
382
383
383
class TestMdsolLabelDef (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments