DEBSOURCES
Skip Quicknav
sources / r-cran-dbplyr / 2.3.0%2Bdfsg-1 / tests / testthat / test-build-sql.R
1234
test_that("build_sql() requires connection", { x <- ident("TABLE") expect_snapshot(error = TRUE, build_sql("SELECT * FROM ", x)) })