Skip to content

Commit

Permalink
actually soft test neuronland URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Oct 14, 2024
1 parent 2c2dcd1 commit 5c8bb05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-neuron-io.R
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,7 @@ test_that("we can write neuron/dotprops to rds file",{

})

url_ok<-function(x) identical(httr::status_code(httr::HEAD(x)), 200L)

url_ok<-function(x) identical(try(httr::status_code(httr::HEAD(x)), silent = T), 200L)

test_that("we can write neuron to swc file",{
y=Cell07PNs[[1]]
Expand Down

0 comments on commit 5c8bb05

Please sign in to comment.