Skip to content

Commit 5a5831d

Browse files
committed
Fix typo
1 parent 1a604fd commit 5a5831d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/tests/fulltests/test_sparkSQL.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3328,7 +3328,7 @@ test_that("dapply() Arrow optimization", {
33283328
function(rdf) {
33293329
stopifnot(class(rdf) == "data.frame")
33303330
# mtcars' hp is more then 50.
3331-
stopifnot(all(grouped$hp > 50))
3331+
stopifnot(all(rdf$hp > 50))
33323332
rdf
33333333
},
33343334
schema(df))

0 commit comments

Comments
 (0)