Skip to content

Commit

Permalink
fixed FAIL_PAUSE_OPREPO not updated in test
Browse files Browse the repository at this point in the history
PR #1900 intorduced FAIL_PAUSE_OPREPO but never updated the test
  • Loading branch information
jkasten2 committed Feb 21, 2024
1 parent e5bcef7 commit 109157e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class LoginUserOperationExecutorTests : FunSpec({
val response = loginUserOperationExecutor.execute(operations)

// Then
response.result shouldBe ExecutionResult.FAIL_NORETRY
response.result shouldBe ExecutionResult.FAIL_PAUSE_OPREPO
coVerify(exactly = 1) { mockUserBackendService.createUser(appId, mapOf(), any(), any()) }
}

Expand Down

0 comments on commit 109157e

Please sign in to comment.