mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-23 00:29:59 +01: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 {
|
|
|
|
} |