Skip to content

overwrite_missing_table spec should use iris_in instead of iris in dbWriteTable #210

@martinstuder

Description

@martinstuder

overwrite_table_missing = function(ctx, con, table_name) {
iris_in <- get_iris(ctx)
expect_error(
dbWriteTable(con, table_name, iris[1:10, ], overwrite = TRUE),

The call to dbWriteTable above should use iris_in instead of iris since the expect_equal_df call uses iris_in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions