Skip to content

Commit

Permalink
Fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Oct 23, 2020
1 parent 2dbe102 commit c68cc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-SQLServer.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ test_that("SQLServer", {

expect_warning(
dbWriteTable(con, "foo", iris, field.types = list(bar = "[int]")),
"Columns in `field.types` must be in the input"
"Some columns in `field.types` not in the input, missing columns:"
)
})

Expand Down

0 comments on commit c68cc94

Please sign in to comment.