Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

package org.apache.spark.util

import org.apache.spark.SparkFunSuite
import org.scalatest.funsuite.AnyFunSuite // scalastyle:ignore funsuite

class VersionUtilsSuite extends SparkFunSuite {
class VersionUtilsSuite extends AnyFunSuite { // scalastyle:ignore funsuite

import org.apache.spark.util.VersionUtils._

Expand Down