mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 14:46:25 +00:00
Setup tests to work in pure-java.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package org.whispersystems.textsecure.push;
|
||||
|
||||
import android.test.AndroidTestCase;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import org.whispersystems.textsecure.internal.push.PushTransportDetails;
|
||||
|
||||
public class PushTransportDetailsTest extends AndroidTestCase {
|
||||
public class PushTransportDetailsTest extends TestCase {
|
||||
|
||||
private final PushTransportDetails transportV2 = new PushTransportDetails(2);
|
||||
private final PushTransportDetails transportV3 = new PushTransportDetails(3);
|
||||
Reference in New Issue
Block a user