Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Apr 10, 2024
1 parent 55b931c commit ec8ed78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/autologging/test_autologging_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@ def test_is_autologging_integration_supported(flavor, module_version, expected_r
("pyspark.ml", "3.3.0.dev0", True),
("pyspark.ml", "3.2.1.dev0", True),
("pyspark.ml", "3.1.2.dev0", True),
("pyspark.ml", "3.0.1.dev0", True),
("pyspark.ml", "3.0.0.dev0", True),
("pyspark.ml", "3.0.1.dev0", False),
("pyspark.ml", "3.0.0.dev0", False),
("pyspark.ml", "2.4.8.dev0", False),
],
)
Expand Down

0 comments on commit ec8ed78

Please sign in to comment.