Skip to content

Commit 875dfdc

Browse files
committed
lint
1 parent 615369b commit 875dfdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/testthat/test-variable-as-methods.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ test_that("cast expressions modifies zcl expression", {
221221
expect_equal(
222222
as.Datetime(this_expr, resolution = "D", offset = "1975-01-01"),
223223
CrunchExpr(
224-
expression = zfunc("numeric_to_datetime", this_expr, list(value = "D"), list(value = "1975-01-01"))
224+
expression = zfunc(
225+
"numeric_to_datetime", this_expr, list(value = "D"), list(value = "1975-01-01")
226+
)
225227
)
226228
)
227229

0 commit comments

Comments
 (0)