Skip to content

Commit

Permalink
Remove trailing spaces from test_build_schema_node_tree()
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Jul 25, 2023
1 parent 59d8964 commit dfcc2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tree_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_build_schema_node_tree(self):
<xs:element name="elem1"/>
<xs:element name="elem2"/>
<xs:element name="elem3"/>
<xs:element ref="root"/>
<xs:element ref="root"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit dfcc2fd

Please sign in to comment.