Skip to content

Commit 04a92b8

Browse files
committed
test fix
1 parent 5923f7f commit 04a92b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/test-api-bugs.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ test_that("Some test queries don't work", {
242242
res$query_results$total_hits > 0
243243
})
244244

245-
expect_false(all(unlist(flags)))
245+
tf <- unlist(flags)
246+
expect_false(all(tf))
246247

247248
names <- unlist(EPS[!(EPS %in% locally_bad_eps)])
248249
print(names[tf == FALSE])

0 commit comments

Comments
 (0)