Skip to content

Commit

Permalink
fix r cmd check
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Jan 19, 2020
1 parent 18dd427 commit 4a45b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-create_token.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test_that("can create a token that has relevant columns", {
"token", "text", "short", "lag_newlines", "newlines", "pos_id",
"token_before", "token_after", "terminal", "internal",
"spaces", "multi_line", "indention_ref_pos_id", "indent", "child",
"stylerignore"
"stylerignore", "block", "is_cached"
)

expect_equal(
Expand Down

0 comments on commit 4a45b62

Please sign in to comment.