Skip to content

Commit

Permalink
style tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eroten committed Dec 19, 2023
1 parent ca66284 commit b719520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions tests/testthat/test-check_analysis_status.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
testthat::test_that("Pt. Douglas Analysis status correct", {

try_again(3, {
Sys.sleep(3)
status <- check_analysis_status(
Expand All @@ -24,7 +23,6 @@ testthat::test_that("Pt. Douglas Analysis status correct", {


testthat::test_that("TCS Analysis status correct", {

try_again(times = 4, {
Sys.sleep(3)
status <- check_analysis_status(
Expand All @@ -48,7 +46,6 @@ testthat::test_that("TCS Analysis status correct", {


testthat::test_that("TCS Analysis status correct", {

try_again(times = 4, {
Sys.sleep(3)
status <- check_analysis_status(
Expand Down
4 changes: 1 addition & 3 deletions tests/testthat/test-check_date_range.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
testthat::test_that("Default travel mode date range returns table", {

d_range <- check_date_range()

testthat::expect_true(tibble::is_tibble(d_range))
testthat::expect_equal(nrow(d_range), 1)

})

Sys.sleep(1)
Expand Down

0 comments on commit b719520

Please sign in to comment.