mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 20:55:10 +00:00
Remove uuidOnlyContacts feature flag.
This commit is contained in:
@@ -244,8 +244,6 @@ public final class StorageSyncHelperTest {
|
||||
|
||||
@Test
|
||||
public void resolveConflict_complex() {
|
||||
when(FeatureFlags.uuidOnlyContacts()).thenReturn(true);
|
||||
|
||||
SignalContactRecord remote1 = contact(1, UUID_A, null, "a");
|
||||
SignalContactRecord local1 = contact(2, UUID_A, E164_A, "a");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user