Skip to content

Commit

Permalink
Removed redundant annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Oct 8, 2019
1 parent b2f9d10 commit 27268a8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package org.odk.collect.android.preferences.utilities;

import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;

import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.odk.collect.android.R;
import org.odk.collect.android.preferences.GeneralSharedPreferences;

Expand All @@ -14,7 +12,6 @@
import static junit.framework.TestCase.assertEquals;
import static org.odk.collect.android.preferences.utilities.KnownUrlListUtils.KNOWN_URL_LIST;

@RunWith(AndroidJUnit4.class)
public class KnownUrlListUtilsTest {

@Before
Expand Down

0 comments on commit 27268a8

Please sign in to comment.