Skip to content

Commit

Permalink
Typo...
Browse files Browse the repository at this point in the history
Always run unittests one last time before committing...
  • Loading branch information
nawagers committed Dec 14, 2017
1 parent 45defc2 commit 1776646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2850,7 +2850,7 @@ def test_write_read_extensions(self):
subnode1.text = 'eee'
subnode1.tail = ''
subnode1.attrib[namespace+'lll'] = 'mmm'
subnode1.attrib[namespace+'nnn'] = 'ooo'}
subnode1.attrib[namespace+'nnn'] = 'ooo'

subnode2 = mod_etree.SubElement(subnode1, namespace + 'fff')
subnode2.text = 'ggg'
Expand Down

0 comments on commit 1776646

Please sign in to comment.