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 634abde commit 3118e5eCopy full SHA for 3118e5e
streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala
@@ -74,7 +74,7 @@ class StreamingListenerSuite extends TestSuiteBase with Matchers {
74
ssc.start()
75
try {
76
eventually(timeout(1000 millis), interval(20 millis)) {
77
- collector.startedReceiverStreamIds.size should be >= 1
+ collector.startedReceiverStreamIds.size should equal (1)
78
collector.startedReceiverStreamIds(0) should equal (0)
79
collector.stoppedReceiverStreamIds should have size 1
80
collector.stoppedReceiverStreamIds(0) should equal (0)
0 commit comments