Skip to content

Commit

Permalink
Fix example in README.md too
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Oct 10, 2016
1 parent e4f5e08 commit 62a6391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ Example:
# Check namespace
self.assertXmlNamespace(root, 'ns', 'uri')
# Check
self.assertXpathsUniqueValue(root, ('./leaf@id', ))
self.assertXpathValues(root, './leaf@active', ('on', 'off'))
self.assertXpathsUniqueValue(root, ('./leaf/@id', ))
self.assertXpathValues(root, './leaf/@active', ('on', 'off'))

0 comments on commit 62a6391

Please sign in to comment.