Skip to content

Commit 8b26397

Browse files
author
Neelesh Srinivas Salian
committed
Moved the scalatest.{} import
1 parent 0e8007a commit 8b26397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/test/scala/org/apache/spark/streaming/StreamingContextSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ import scala.collection.mutable.ArrayBuffer
2424
import scala.collection.mutable.Queue
2525

2626
import org.apache.commons.io.FileUtils
27+
import org.scalatest.{Assertions, BeforeAndAfter, PrivateMethodTester}
2728
import org.scalatest.concurrent.Eventually._
2829
import org.scalatest.concurrent.Timeouts
2930
import org.scalatest.exceptions.TestFailedDueToTimeoutException
3031
import org.scalatest.time.SpanSugar._
31-
import org.scalatest.{Assertions, BeforeAndAfter, PrivateMethodTester}
3232

3333
import org.apache.spark.{Logging, SparkConf, SparkContext, SparkFunSuite}
3434
import org.apache.spark.metrics.MetricsSystem

0 commit comments

Comments
 (0)