Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jun 12, 2021
1 parent bbef549 commit 0bc9ef3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-neuronlistz.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ test_that("neuronlistz works", {
expect_true(is.neuronlist(nz <- neuronlistz(tf)))
expect_equal(nz[1:5], Cell07PNs[1:5])

expect_output(print(nz), 'Loaded on demand.*on disk')

tf2=tempfile(fileext = '.zip')
on.exit(unlink(tf2), add = T)
skip_if_not_installed('qs')
Expand Down

0 comments on commit 0bc9ef3

Please sign in to comment.