Skip to content

Commit

Permalink
fix unit test postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdutey committed May 10, 2023
1 parent fbe1039 commit 1d5a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-warehousing-postgres.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that(".sql_generate_date_series on Postgres", {
dbname="RamsesDB",
timezone = "Europe/London")
on.exit({
.remove_db_tables(conn = pq_conn,
.remove_db_tables(conn = db_conn,
DBI::dbListTables(db_conn))
DBI::dbDisconnect(db_conn)
})
Expand Down

0 comments on commit 1d5a784

Please sign in to comment.