Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Aug 31, 2023
1 parent 0959810 commit d0e15ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-bind_epiparam.R
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ test_that("bind_epiparam fails as expected for binding corrupt epiparam", {
eparam <- epiparam()
eparam2 <- epiparam()
# suppress message about converting to data.frame
suppressMessages(eparam2$disease <- NULL)
suppressMessages(eparam2$disease <- NULL) # nolint
# convert back to epiparam for testing bind_epiparam
class(eparam2) <- c("epiparam", "data.frame")
expect_error(
Expand Down

0 comments on commit d0e15ad

Please sign in to comment.