File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
main/scala/app/softnetwork/notification/scalatest
test/scala/app/softnetwork/notification/handlers Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ trait AllNotificationsTestKit
2828 extends NotificationGrpcServerTestKit [Notification ]
2929 with NotificationTestKit [Notification ]
3030 with ApnsToken {
31- _ : Suite with WsClientTestKit =>
31+ _ : Suite =>
3232
3333 lazy val apnsPort : Int = availablePort
3434
Original file line number Diff line number Diff line change @@ -2,17 +2,14 @@ package app.softnetwork.notification.handlers
22
33import org .scalatest .wordspec .AnyWordSpecLike
44import app .softnetwork .notification .message ._
5- import app .softnetwork .notification .scalatest .{ AllNotificationsTestKit , WsClientTestKit }
5+ import app .softnetwork .notification .scalatest .AllNotificationsTestKit
66import org .slf4j .{Logger , LoggerFactory }
77
88import scala .util .{Failure , Success }
99
1010/** Created by smanciot on 14/04/2020.
1111 */
12- class AllNotificationsHandlerSpec
13- extends AnyWordSpecLike
14- with AllNotificationsTestKit
15- with WsClientTestKit {
12+ class AllNotificationsHandlerSpec extends AnyWordSpecLike with AllNotificationsTestKit {
1613
1714 lazy val log : Logger = LoggerFactory getLogger getClass.getName
1815
You can’t perform that action at this time.
0 commit comments