Skip to content

Commit 053c3f9

Browse files
committed
remove space
1 parent d11a4fc commit 053c3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/inst/tests/testthat/test_mllib.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test_that("spark.glm and predict", {
8181
model <- glm(y ~ x, family = Gamma, df)
8282
out <- capture.output(print(summary(model)))
8383
expect_true(any(grepl("Dispersion parameter for gamma family", out)))
84-
84+
8585
# Test stats::predict is working
8686
x <- rnorm(15)
8787
y <- x + rnorm(15)

0 commit comments

Comments
 (0)