We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29a859 commit e442f1fCopy full SHA for e442f1f
docs/error-reporting.rst
@@ -130,4 +130,4 @@ You can include arbitrary custom messages that would be included in the error re
130
131
'foo' | should.be.equal('bar', msg='additional error message')
132
133
- 'foo' | expect.to.equal('bar', msg='additional error message')
+ expect('foo').to.equal('bar', msg='additional error message')
0 commit comments