You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/test/java/com/onesignal/session/internal/outcomes/OutcomeEventsControllerTests.kt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,7 @@ class OutcomeEventsControllerTests : FunSpec({
308
308
309
309
test("send unique outcome with same indirect influences") {
310
310
/* Given */
311
+
val waiter = Waiter()
311
312
val now = 111L
312
313
val notificationIds = "[\"id1\",\"id2\"]"
313
314
val mockSessionService = mockk<ISessionService>()
@@ -319,7 +320,7 @@ class OutcomeEventsControllerTests : FunSpec({
319
320
320
321
val mockOutcomeEventsRepository = mockk<IOutcomeEventsRepository>()
0 commit comments