Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Oct 18, 2023
1 parent c71151a commit 7074da3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/testthat/test-s3.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,3 @@ test_that("S3 methods of Zarr object", {
#Converting Zarr to array
expect_equal(as.array(z), a)
})

test_that("S3 methods for NestedArray object", {
a <- array(data = 1:20, dim = c(4,5))
z <- zarr(a)

#Converting Zarr to array
expect_equal(as.array(z[1,1:2]), array(c(1,5), dim = c(1,2)))
})

0 comments on commit 7074da3

Please sign in to comment.