mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Enable Payments Beta for more country codes.
This commit is contained in:
@@ -34,8 +34,9 @@ public final class GeographicalRestrictionsTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void us_not_allowed_in_release() {
|
||||
assumeFalse(BuildConfig.DEBUG);
|
||||
assertFalse(GeographicalRestrictions.e164Allowed("+15407011234"));
|
||||
public void blacklist_not_allowed() {
|
||||
for (int code : BuildConfig.MOBILE_COIN_BLACKLIST) {
|
||||
assertFalse(GeographicalRestrictions.regionAllowed(code));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user