Skip to content

Commit 9049379

Browse files
committed
chore: fix lintr
1 parent 2a32022 commit 9049379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-qenv_within.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ testthat::describe("within preserves R primitives shorthands with", {
142142
})
143143

144144
testthat::test_that("logical shorthand", {
145-
q <- within(qenv(), a_logical_shorthand <- T)
145+
q <- within(qenv(), a_logical_shorthand <- T) # nolint: T_and_F_symbol.
146146
testthat::expect_type(q[["a_logical_shorthand"]], "logical")
147147
})
148148
})

0 commit comments

Comments
 (0)