Skip to content

Commit

Permalink
suppress unnecessary warning in test
Browse files Browse the repository at this point in the history
* there are other warn_hourlys that seem come back multiple times during tests
  • Loading branch information
jefferis committed Aug 11, 2024
1 parent c38d15f commit 553718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-flywire-arrow.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test_that("flywire connectome data dumps work", {
skip_if(inherits(fcd, 'try-error'),
message = 'Skipping tests of flywire connectome data since dump 447 unavailable!')

expect_is(flywire_connectome_data_version(), 'integer')
expect_is(suppressWarnings(flywire_connectome_data_version()), 'integer')
expect_true(flywire_connectome_data_version()>400)

# da2ids=flywire_ids('DA2_lPN', version=447)
Expand Down

0 comments on commit 553718e

Please sign in to comment.