Merge pull request #30490 from raboof/fix-FlowFlatMapPrefixSpec-instability

Fix FlowFlatMapPrefixSpec instability
This commit is contained in:
Patrik Nordwall 2021-08-13 11:23:00 +02:00 committed by GitHub
commit d9b3987586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -423,7 +423,6 @@ class FlowFlatMapPrefixSpec extends StreamSpec("akka.loglevel = debug") {
.withAttributes(attributes)
.run()
notUsedF.value should be(empty)
suffixF.value should be(empty)
srcWatchTermF.value should be(empty)