Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Schuch666 committed Sep 20, 2021
1 parent f7a41e7 commit 39e8f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-MonitorArRetrieveMet.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ test_that("multiplication works", {
end_date <- "07/01/2020"
ca_met <- MonitorArRetrieveMet(start_date, end_date, "CA")

expect_equal(nrow(ca_met), 145)
expect_equal(ncol(ca_met), 7)
})

0 comments on commit 39e8f8f

Please sign in to comment.