Skip to content

Commit

Permalink
remove test8 from read_airfaires
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Oct 9, 2024
1 parent 4c378a7 commit bf43fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_read_airfares.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ test_that("read_airfares", {
test7 <- read_airfares(date = c(202201, 202205), showProgress = FALSE)
testthat::expect_true(is(test7, "data.table"))

test8 <- read_airfares(date = c(2020, 2022), showProgress = FALSE)
testthat::expect_true(is(test8, "data.table"))
# test8 <- read_airfares(date = c(2020, 2022), showProgress = FALSE)
# testthat::expect_true(is(test8, "data.table"))

})

Expand Down

0 comments on commit bf43fad

Please sign in to comment.