mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
App ability to regV5 in the main app, behind compile flag.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.thoughtcrime.securesms.util
|
||||
|
||||
import org.junit.Assert.assertFalse
|
||||
import org.junit.Test
|
||||
|
||||
class EnvironmentTest {
|
||||
@Test
|
||||
fun `USE_NEW_REGISTRATION must be false for release`() {
|
||||
assertFalse("USE_NEW_REGISTRATION must not be committed as true!", Environment.USE_NEW_REGISTRATION)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user