Skip to content

Commit 768d463

Browse files
committed
Add EOL
1 parent b3eefdc commit 768d463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/testthat/test-readonly.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ test_that("read_only flag still throws error when table is attempted to be creat
7676
rel <- duckdb:::rel_from_df(con, mtcars)
7777
expect_error(duckdb:::rel_sql(rel, "create table t2 as (SELECT cyl, disp FROM _ )"))
7878
dbDisconnect(con)
79-
})
79+
})

0 commit comments

Comments
 (0)