Skip to content

Commit 109157e

Browse files
committed
fixed FAIL_PAUSE_OPREPO not updated in test
PR #1900 intorduced FAIL_PAUSE_OPREPO but never updated the test
1 parent e5bcef7 commit 109157e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/core/src/test/java/com/onesignal/user/internal/operations/LoginUserOperationExecutorTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class LoginUserOperationExecutorTests : FunSpec({
129129
val response = loginUserOperationExecutor.execute(operations)
130130

131131
// Then
132-
response.result shouldBe ExecutionResult.FAIL_NORETRY
132+
response.result shouldBe ExecutionResult.FAIL_PAUSE_OPREPO
133133
coVerify(exactly = 1) { mockUserBackendService.createUser(appId, mapOf(), any(), any()) }
134134
}
135135

0 commit comments

Comments
 (0)