Skip to content

Commit

Permalink
return feedback on why the test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Sep 18, 2024
1 parent b06e610 commit aee06ce
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 @@ -66,5 +66,5 @@ test_that("timezone check", {

# should be GMT-8, that of the first station (2218)
.tz <- table(format(z$SMS$datetime, format = '%Z'))
expect_true(names(.tz) == '-08')
expect_equal(names(.tz), '-08')
})

0 comments on commit aee06ce

Please sign in to comment.