Skip to content

Commit f9cf06a

Browse files
committed
to fix NotificationTestKit quality issues
1 parent e6289d5 commit f9cf06a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

testkit/src/main/scala/app/softnetwork/notification/scalatest/NotificationTestKit.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ import app.softnetwork.notification.persistence.query.{
99
NotificationCommandProcessorStream,
1010
Scheduler2NotificationProcessorStream
1111
}
12-
import app.softnetwork.notification.persistence.typed.NotificationBehavior
13-
import app.softnetwork.notification.persistence.typed.MockAllNotificationsBehavior
12+
import app.softnetwork.notification.persistence.typed.{
13+
MockAllNotificationsBehavior,
14+
NotificationBehavior
15+
}
1416
import app.softnetwork.persistence.query.InMemoryJournalProvider
1517
import app.softnetwork.scheduler.scalatest.SchedulerTestKit
1618
import org.scalatest.Suite

0 commit comments

Comments
 (0)