2021-01-11 20:44:03 +01:00
|
|
|
package io.lbry.browser.utils;
|
|
|
|
|
|
|
|
import androidx.test.filters.SmallTest;
|
|
|
|
|
|
|
|
import org.junit.Test;
|
|
|
|
|
|
|
|
import static org.junit.Assert.assertEquals;
|
|
|
|
|
|
|
|
@SmallTest
|
|
|
|
public class HelperTest {
|
2021-01-14 13:04:43 +01:00
|
|
|
|
2021-01-11 20:44:03 +01:00
|
|
|
}
|