Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Test abbrs parameter in get_range_crude
Browse files Browse the repository at this point in the history
  • Loading branch information
owenjonesuob committed Jan 21, 2018
1 parent 2af7480 commit f4302b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/testthat/test-adding_records.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test_that("Adding records for the first time", {



raw_range <- get_range_crude("2015-01-01 06:00:00", "2015-01-01 12:00:00")
raw_range <- get_range_crude("2015-01-01 06:00:00", "2015-01-01 12:00:00", abbrs = "a")

expect_equal(nrow(raw_range), 360)
expect_equal(as.character(min(raw_range$dateuploaded)), "2015-01-01 06:00:01")
Expand Down

0 comments on commit f4302b7

Please sign in to comment.