We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdb554 commit 7a3d224Copy full SHA for 7a3d224
core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala
@@ -47,8 +47,8 @@ import org.apache.spark.storage.BlockManagerMessages.BlockManagerHeartbeat
47
import org.apache.spark.util._
48
49
50
-class BlockManagerSuite extends FunSuite with Matchers with BeforeAndAfter
51
- with PrivateMethodTester with ResetSystemProperties {
+class BlockManagerSuite extends FunSuite with ResetSystemProperties with Matchers
+ with BeforeAndAfter with PrivateMethodTester {
52
53
private val conf = new SparkConf(false)
54
var store: BlockManager = null
0 commit comments