Skip to content

Commit

Permalink
Merge branch 'jrm/phone' into 'master'
Browse files Browse the repository at this point in the history
chore: use reserved phone numbers

See merge request TankerHQ/sdk-android!215
  • Loading branch information
Jeremy T committed Jul 1, 2021
2 parents 5cdf777 + bd74d79 commit 1ff28ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tanker-bindings/src/test/kotlin/io/tanker/api/Unlock.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1ff28ae

Please sign in to comment.