Skip to content

Commit bb1d006

Browse files
committed
Update snapshot
1 parent 0dd3429 commit bb1d006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/_snaps/expect-equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
expect_equal(list(a = 1), list(a = "b", b = 10))
4747
Condition
4848
Error:
49-
! Expected `list(a = 1)` to be equal to `list(a = "b", b = 10)`.
49+
! Expected `list(a = 1)` to equal `list(a = "b", b = 10)`.
5050
Differences:
5151
`actual` is length 1
5252
`expected` is length 2

0 commit comments

Comments
 (0)