Skip to content

Commit e442f1f

Browse files
committed
use expect function
1 parent f29a859 commit e442f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-reporting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ You can include arbitrary custom messages that would be included in the error re
130130
131131
'foo' | should.be.equal('bar', msg='additional error message')
132132
133-
'foo' | expect.to.equal('bar', msg='additional error message')
133+
expect('foo').to.equal('bar', msg='additional error message')

0 commit comments

Comments
 (0)