We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b020d8f commit 5151da5Copy full SHA for 5151da5
tests/testthat/test-step.plugin.R
@@ -4,8 +4,7 @@ test_that("Plug-in step handles inputs well", {
4
5
test_that("Plug-in step checks for small truncation errors", {
6
expect_equal(step.plugin(sin, pi/3)$exitcode, 0)
7
-# expect_equal(step.plugin(sin, pi/4)$exitcode, 1)
8
- expect_equal(step.plugin(sin, pi/2)$exitcode, 1)
+ expect_equal(step.plugin(function(x) x, pi/2)$exitcode, 1)
9
})
10
11
test_that("Plug-in step checks for resprecting the ranges", {
0 commit comments