Skip to content

Commit 09f9cca

Browse files
committed
Fix style
1 parent 5fe5495 commit 09f9cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/inst/tests/testthat/test_sparkSQL.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ test_that("select with column", {
12301230
expect_equal(columns(select(df5, "table.name")), "name")
12311231

12321232
# Test that stats::alias is not masked
1233-
expect_is(alias(aov(yield ~ block + N*P*K, npk)), "listof")
1233+
expect_is(alias(aov(yield ~ block + N * P * K, npk)), "listof")
12341234

12351235

12361236
expect_error(select(df, c("name", "age"), "name"),

0 commit comments

Comments
 (0)