Fix assertTrue example in docs

This commit is contained in:
Jaikiran Pai 2018-06-20 09:03:10 +05:30
parent a08cb64ca1
commit 592579abfd
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<not> <not>
<equals arg1="${foo}" arg2="bar"/> <equals arg1="${foo}" arg2="bar"/>
</not> </not>
</assertTrue message="foo is bar"> </assertTrue>
</pre> </pre>
<hr/> <hr/>