Skip to content

Commit 441fc79

Browse files
committed
Fix multion_reg Spark tests
1 parent 0f1b45f commit 441fc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_multinom_reg_spark.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test_that('spark execution', {
6666

6767
expect_equal(
6868
colnames(spark_class_prob),
69-
c("pred_versicolor", "pred_virginica", "pred_setosa")
69+
c("pred_VF", "pred_F", "pred_L", "pred_M")
7070
)
7171

7272
expect_equivalent(

0 commit comments

Comments
 (0)