Skip to content

Commit

Permalink
Update test_driver_drake.R
Browse files Browse the repository at this point in the history
  • Loading branch information
realxinzhao committed Nov 8, 2023
1 parent ebe6ce6 commit 472a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_driver_drake.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test_that("plan is a dataframe",{
skip("No drake package - skipping test")
}
plan <- driver_drake(stop_before = c("module_xfaostat_L103_ProducerPrices"), return_plan_only = TRUE)
expect_type(plan, "list")
expect_is(plan, "data.frame")
})

test_that("load_from_cache works", {
Expand Down

0 comments on commit 472a099

Please sign in to comment.