Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beanumber committed Jul 27, 2016
1 parent c5c905b commit 1e2bf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-etl.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_that("sqlite works", {
expect_s3_class(cars_sqlite, c("etl_mtcars", "etl", "src_sqlite", "src_sql"))
expect_true(file.exists(find_schema(cars_sqlite)))
expect_message(find_schema(cars, "my_crazy_schema", "etl"))
expect_output(summary(cars_sqlite), "/tmp")
expect_output(summary(cars_sqlite), "files")
expect_message(cars_sqlite %>% etl_create(), "success")
expect_message(cars_sqlite %>% etl_init(), "Loading SQL script")
expect_message(cars_sqlite %>% etl_cleanup(delete_raw = TRUE, delete_load = TRUE), "Deleting files")
Expand Down

0 comments on commit 1e2bf72

Please sign in to comment.