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 3957fc1 commit 5a69edfCopy full SHA for 5a69edf
tests/testthat/_snaps/expect-setequal.md
@@ -18,6 +18,16 @@
18
Condition
19
Error in `expect_setequal()`:
20
! `expected` must be a vector, not a primitive function.
21
+ Code
22
+ expect_setequal(!!fun, 1)
23
+ Condition
24
+ Error in `expect_setequal()`:
25
+ ! `object` must be a vector, not a primitive function.
26
27
+ expect_setequal(1, !!fun)
28
29
30
+ ! `expected` must be a vector, not a primitive function.
31
32
# useful message on failure
33
tests/testthat/_snaps/expect-setequal.new.md
0 commit comments