Skip to content

Commit 19374b7

Browse files
authored
test: fix test case broken by the new version of patrick (#337)
1 parent 328b75c commit 19374b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Suggests:
2424
nycflights13,
2525
dplyr,
2626
testthat (>= 3.2.0),
27-
patrick,
27+
patrick (>= 0.3.0),
2828
withr,
2929
cli
3030
License: MIT + file LICENSE

tests/testthat/test-compile.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ patrick::with_parameters_test_that("Syntax error",
7676
error = TRUE
7777
)
7878
},
79-
query = c("Mississippi has four S’s and four I’s.", "from a | select [b]", "from a | select {{{b")
79+
query = c("Mississippi has four S’s and four I’s.", "from a | select [b]", "from a | select {{{b"),
80+
.interpret_glue = FALSE
8081
)
8182

8283
patrick::with_parameters_test_that("Targets",

0 commit comments

Comments
 (0)