Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Jan 23, 2021
1 parent 4c1f95a commit 04c609c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-transformers-subset.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test_that("can handle default", {
NA
)
expect_error(
style_text('a =2 ', transformers = t_new),
style_text('a =2 ', transformers = t_no_subset),
NA
)
})

0 comments on commit 04c609c

Please sign in to comment.