Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42b923b + 629e611 commit 192cc35Copy full SHA for 192cc35
1 file changed
docs/userguide/expectations.md
@@ -52,7 +52,7 @@ Shortcut syntax, where matcher is directly part of expectation:
52
ut.expect( a_actual ).not_to_{matcher};
53
54
--example
55
- ut.expect( 1 ).to_( be_null() );
+ ut.expect( 1 ).to_be_null();
56
```
57
58
When using shortcut syntax you don't need to surround matcher with brackets. Shortcut syntax is provided for convenience.
0 commit comments