Skip to content

Commit

Permalink
Merge 7da8f67 into fe77151
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 10, 2023
2 parents fe77151 + 7da8f67 commit a01ab91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_relational.R
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ test_that("rel_to_sql works for row_number", {
})

test_that("rel_from_table_function works", {
rel <- rel_from_table_function(default_connection(), "generate_series", list(1L, 10L, 2L))
rel <- rel_from_table_function(con, "generate_series", list(1L, 10L, 2L))
df <- as.data.frame(rel)
expect_equal(df$generate_series, c(1, 3, 5, 7, 9))
})
Expand Down

0 comments on commit a01ab91

Please sign in to comment.