Skip to content

Commit d53e8b3

Browse files
author
Oscar D. Lara Yejas
committed
Fixed typo
1 parent ca1ae88 commit d53e8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/inst/tests/test_sparkSQL.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ test_that("Method coltypes() to get R's data types of a DataFrame", {
13741374
structField("c3", "boolean"),
13751375
structField("c4", "timestamp"))
13761376

1377-
DF <- createDataFrame(sqlContext, df, schema)
1377+
DF <- createDataFrame(sqlContext, data, schema)
13781378
expect_equal(coltypes(DF), c("integer", "logical", "timestamp"))
13791379
})
13801380

0 commit comments

Comments
 (0)