Skip to content

Commit

Permalink
update test baseline based on changes in vfb client
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Aug 31, 2024
1 parent 22b6918 commit 51d9ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-nat.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_that("read.neurons.vfb works", {
expect_s3_class(oavpm3 <- read.neurons.vfb("octopaminergic VPM3 neuron"), 'neuronlist')
expect_equal(unique(oavpm3[,'parents_label']),
expect_equal(unique(unlist(oavpm3[,'parents_label'])),
"octopaminergic VPM3 neuron")
})

0 comments on commit 51d9ac9

Please sign in to comment.