mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
9 lines
192 B
Java
9 lines
192 B
Java
|
package org.thoughtcrime.securesms.util;
|
||
|
|
||
|
import android.test.AndroidTestCase;
|
||
|
|
||
|
import static org.fest.assertions.api.Assertions.assertThat;
|
||
|
|
||
|
public class UtilTest extends AndroidTestCase {
|
||
|
|
||
|
}
|