Skip to content

Commit 749252b

Browse files
committed
Merge commit 'c93f5737d1a7cd8bc812e2cb3d8c1148ca1fe965'
2 parents c811544 + c93f573 commit 749252b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-cql-string.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test_that("bcdc_cql_string fails when an invalid arguments are given", {
2121

2222
test_that("bcdc_cql_string fails when used on an uncollected (promise) object", {
2323
expect_error(
24-
bcdc_cql_string(structure(list, class = "bcdc_promise")),
24+
bcdc_cql_string(structure(list(), class = "bcdc_promise")),
2525
"you need to use collect"
2626
)
2727
})

0 commit comments

Comments
 (0)