We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1aa5a commit 25bfce2Copy full SHA for 25bfce2
1 file changed
core/src/test/scala/org/apache/spark/util/UtilsSuite.scala
@@ -31,7 +31,7 @@ import org.scalatest.FunSuite
31
32
import org.apache.spark.SparkConf
33
34
-class UtilsSuite extends FunSuite {
+class UtilsSuite extends FunSuite with ResetSystemProperties {
35
36
test("bytesToString") {
37
assert(Utils.bytesToString(10) === "10.0 B")
0 commit comments