Skip to content

Commit 25bfce2

Browse files
committed
Use ResetSystemProperties in UtilsSuite
1 parent 1d1aa5a commit 25bfce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/scala/org/apache/spark/util/UtilsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import org.scalatest.FunSuite
3131

3232
import org.apache.spark.SparkConf
3333

34-
class UtilsSuite extends FunSuite {
34+
class UtilsSuite extends FunSuite with ResetSystemProperties {
3535

3636
test("bytesToString") {
3737
assert(Utils.bytesToString(10) === "10.0 B")

0 commit comments

Comments
 (0)