mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-17 21:47:28 +00:00
f6e04d0f89
Fixes #791 // FREEBIE
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 {
|
|
|
|
} |