Skip to content

Commit f3126ca

Browse files
committed
Fix typo
1 parent 22d01a9 commit f3126ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/expect-setequal.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ expect_setequal_ <- function(
6262
fail(c(msg_exp, msg_act), trace_env = trace_env)
6363
}
6464

65-
invisible(act$value)
65+
invisible(act$val)
6666
}
6767

6868
values <- function(x) {

0 commit comments

Comments
 (0)