mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 17:27:45 +00:00
make ListPartitionTest run during connectedCheck
Fixes #3007 Closes #3037 // FREEBIE
This commit is contained in:
parent
95a94eeebf
commit
27a5b7dd5c
@ -1,11 +1,13 @@
|
|||||||
package org.thoughtcrime.securesms.util;
|
package org.thoughtcrime.securesms.util;
|
||||||
|
|
||||||
|
import org.thoughtcrime.securesms.TextSecureTestCase;
|
||||||
|
|
||||||
import java.util.LinkedList;
|
import java.util.LinkedList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import static junit.framework.Assert.assertEquals;
|
import static junit.framework.Assert.assertEquals;
|
||||||
|
|
||||||
public class ListPartitionTest {
|
public class ListPartitionTest extends TextSecureTestCase {
|
||||||
|
|
||||||
public void testPartitionEven() {
|
public void testPartitionEven() {
|
||||||
List<Integer> list = new LinkedList<>();
|
List<Integer> list = new LinkedList<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user