Skip to content

Commit

Permalink
remove fragile test
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Jan 22, 2024
1 parent 2c1e644 commit 89ffc1c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/testthat/test-help_secondary.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ test_that("help_secondary does what it is supposed to", {

expect_s3_class(sec, "AxisSecondary")

if (new_guide_system) {
formals <- formals(environment(sec$transform)$f)
} else {
formals <- formals(environment(sec$trans)$f)
}
expect_identical(names(formals), "x")

formals <- formals(environment(sec$proj)$f)
expect_identical(names(formals), "x")
})
Expand Down

0 comments on commit 89ffc1c

Please sign in to comment.