Skip to content

Commit

Permalink
rownames test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilsonsco committed Oct 9, 2023
1 parent 29537d3 commit ecbaec3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-create_replace_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,7 @@ test_that("insert sql created correctly", {

expect_identical(args[[1]][[3]], check_sql)
})

test_that("non-default rownames removed", {
expect_warning(clean_row_names(mtcars))
})

0 comments on commit ecbaec3

Please sign in to comment.