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 22d01a9 commit f3126caCopy full SHA for f3126ca
R/expect-setequal.R
@@ -62,7 +62,7 @@ expect_setequal_ <- function(
62
fail(c(msg_exp, msg_act), trace_env = trace_env)
63
}
64
65
- invisible(act$value)
+ invisible(act$val)
66
67
68
values <- function(x) {
0 commit comments