Skip to content
Snippets Groups Projects
Commit 6eaa0505 authored by Tathagata Das's avatar Tathagata Das
Browse files

Minor change for PR 277.

parent f9771690
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ import org.apache.spark.streaming.scheduler._
import scala.collection.mutable.ArrayBuffer
import org.scalatest.matchers.ShouldMatchers
class StreamingListenerSuite extends TestSuiteBase with ShouldMatchers{
class StreamingListenerSuite extends TestSuiteBase with ShouldMatchers {
val input = (1 to 4).map(Seq(_)).toSeq
val operation = (d: DStream[Int]) => d.map(x => x)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment