Skip to content

Commit

Permalink
Update test-fetchSCAN.R
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Sep 18, 2024
1 parent 02bb9ae commit a34da32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-fetchSCAN.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ test_that("timezone check", {
# linux returns c('etc', '-08')

# platform agnostic test
.test <- any(grepl('-08', c(names(.tz), 'etc')))
.test <- any(grepl('-08', names(.tz)))
expect_true(.test)
})

0 comments on commit a34da32

Please sign in to comment.