Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Mar 30, 2024
1 parent 43b8de0 commit f868004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-expr_string.R
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,6 @@ test_that("str$find() works", {

# combining "literal" and "strict"
expect_silent(
test$select(lit = pl$col("s")$str$find("(?iAa", literal = TRUE))
test$select(lit = pl$col("s")$str$find("(?iAa", strict = TRUE, literal = TRUE))
)
})

0 comments on commit f868004

Please sign in to comment.