Skip to content

Commit fe24cf0

Browse files
committed
fix unit test removing [[,sd,num
1 parent 86e29db commit fe24cf0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/testthat/test-methods.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ test_that("set all", {
118118
y[[.]] <- list(obj[[.]])
119119
expect_length(y[[.]], 1)
120120
expect_identical(y[[.]][[1]], obj[[.]])
121-
# index
122-
z <- x; z[[match(., .LAYERS)]] <- y[[.]]
123-
expect_identical(z[[.]], y[[.]])
124121
# element
125122
y[[.]][[2]] <- obj[[.]]
126123
expect_length(y[[.]], 2)

0 commit comments

Comments
 (0)