Skip to content

Commit 5151da5

Browse files
committed
Fixed another test for Mac
1 parent b020d8f commit 5151da5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testthat/test-step.plugin.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ test_that("Plug-in step handles inputs well", {
44

55
test_that("Plug-in step checks for small truncation errors", {
66
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)
7+
expect_equal(step.plugin(function(x) x, pi/2)$exitcode, 1)
98
})
109

1110
test_that("Plug-in step checks for resprecting the ranges", {

0 commit comments

Comments
 (0)