We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd3429 commit bb1d006Copy full SHA for bb1d006
tests/testthat/_snaps/expect-equality.md
@@ -46,7 +46,7 @@
46
expect_equal(list(a = 1), list(a = "b", b = 10))
47
Condition
48
Error:
49
- ! Expected `list(a = 1)` to be equal to `list(a = "b", b = 10)`.
+ ! Expected `list(a = 1)` to equal `list(a = "b", b = 10)`.
50
Differences:
51
`actual` is length 1
52
`expected` is length 2
0 commit comments