Skip to content

Commit

Permalink
Use ResetSystemProperties in UtilsSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Dec 19, 2014
1 parent 1d1aa5a commit 25bfce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/org/apache/spark/util/UtilsSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import org.scalatest.FunSuite

import org.apache.spark.SparkConf

class UtilsSuite extends FunSuite {
class UtilsSuite extends FunSuite with ResetSystemProperties {

test("bytesToString") {
assert(Utils.bytesToString(10) === "10.0 B")
Expand Down

0 comments on commit 25bfce2

Please sign in to comment.