Skip to content

Commit

Permalink
resolve lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakethompson committed Sep 23, 2021
1 parent 639543b commit 8e4784e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-taylor-album-palettes.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ test_that("direction works", {
test_that("bad album warns", {
expect_warning(taylor_col(5, album = "sour"), "does not exist")
expect_warning(
expect_identical(taylor_col(5, album = "sour"), taylor_col(5, album = "Lover"))
expect_identical(taylor_col(5, album = "sour"),
taylor_col(5, album = "Lover"))
)
})

Expand Down

0 comments on commit 8e4784e

Please sign in to comment.