Skip to content

Commit 8be1158

Browse files
committed
typo
1 parent 932e707 commit 8be1158

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/testthat/test_phi.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ test_that("phi() behaves as it should", {
66
expect_true(as.function(phi(3))(as.matrix(e(4,5))) == 0)
77

88
v <- sample(9)
9-
expect_true(phi(v) == Reduce(`%X%`,sapply(v,phi))
9+
expect_true(phi(v) == Reduce(`%X%`,sapply(v,phi)))
1010

1111

1212

1313
})
14-
15-

0 commit comments

Comments
 (0)