Skip to content

Commit

Permalink
#55 remove outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Apr 26, 2023
1 parent 2b14975 commit 2895f42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-class-command-args.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ test_that("$add_argument(action = 'flag') [#17]", {
expect_identical(obj, exp)

# nolint start: line_length_linter.
expect_warning(command_args()$add_argument("f", action = "flag", default = TRUE))
expect_warning(command_args()$add_argument("f", action = "flag", default = "1"))
expect_warning(command_args()$add_argument("f", action = "flag", default = "1"))
# nolint end: line_length_linter.
Expand Down

0 comments on commit 2895f42

Please sign in to comment.