Skip to content

Commit c4a6e27

Browse files
committed
Fix mistake
1 parent 7bb8bff commit c4a6e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/expect-match.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ expect_match_ <- function(
116116

117117
if (ok) {
118118
pass()
119-
invisible(act$val)
119+
return(invisible(act$val))
120120
}
121121

122122
values <- show_text(act$val, condition)

0 commit comments

Comments
 (0)