Skip to content

Commit

Permalink
Id() already fails
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored and aviator-bot committed Apr 1, 2024
1 parent 358c0d2 commit e07b12b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-dbQuoteIdentifier.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ test_that("quoting errors", {

expect_error(dbQuoteIdentifier(con, Id(tabel = 'Robert')),
"components")
expect_error(dbQuoteIdentifier(con, Id(table = 'Robert', table = 'Students;--')),
"Duplicated")
expect_error(Id(table = 'Robert', table = 'Students;--'))
})

test_that("unquoting identifier - SQL with quotes", {
Expand Down

0 comments on commit e07b12b

Please sign in to comment.