From bd74d79f1407684ac90cf578f32974122879ad42 Mon Sep 17 00:00:00 2001 From: jerem Date: Thu, 1 Jul 2021 11:58:34 +0200 Subject: [PATCH] chore: use reserved phone numbers --- tanker-bindings/src/test/kotlin/io/tanker/api/Unlock.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tanker-bindings/src/test/kotlin/io/tanker/api/Unlock.kt b/tanker-bindings/src/test/kotlin/io/tanker/api/Unlock.kt index 2d17ba7..4bd2ba9 100644 --- a/tanker-bindings/src/test/kotlin/io/tanker/api/Unlock.kt +++ b/tanker-bindings/src/test/kotlin/io/tanker/api/Unlock.kt @@ -135,7 +135,7 @@ class UnlockTests : TankerSpec() { @Test fun can_check_that_the_phone_number_unlock_method_is_set_up() { - val phoneNumber = "+33600112233" + val phoneNumber = "+33639982233" tanker1.start(identity).get() val verificationCode = tc.getSMSVerificationCode(phoneNumber)