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 e6289d5 commit f9cf06aCopy full SHA for f9cf06a
testkit/src/main/scala/app/softnetwork/notification/scalatest/NotificationTestKit.scala
@@ -9,8 +9,10 @@ import app.softnetwork.notification.persistence.query.{
9
NotificationCommandProcessorStream,
10
Scheduler2NotificationProcessorStream
11
}
12
-import app.softnetwork.notification.persistence.typed.NotificationBehavior
13
-import app.softnetwork.notification.persistence.typed.MockAllNotificationsBehavior
+import app.softnetwork.notification.persistence.typed.{
+ MockAllNotificationsBehavior,
14
+ NotificationBehavior
15
+}
16
import app.softnetwork.persistence.query.InMemoryJournalProvider
17
import app.softnetwork.scheduler.scalatest.SchedulerTestKit
18
import org.scalatest.Suite
0 commit comments