Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ the second argument represents the _desired_ value.
| `expect_false` | Argument must evaluate to `FALSE` |
| `expect_equal` | Data and attributes of arguments must be equal|
| `expect_equivalent` | Data of arguments must be equal |
| `expect_identical` | Target and current mustbe `identical` |
| `expect_identical` | Target and current must be `identical` |
| `expect_warning` | Expression must yield a warning |
| `expect_error` | Expression must yield an error |
| `expect_silent` | Expect no errors, no warnings |
Expand Down