summaryrefslogtreecommitdiffstats
path: root/tests/src/com/cyngn/audiofx/eq/EqUtilTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/cyngn/audiofx/eq/EqUtilTests.java')
-rw-r--r--tests/src/com/cyngn/audiofx/eq/EqUtilTests.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/src/com/cyngn/audiofx/eq/EqUtilTests.java b/tests/src/com/cyngn/audiofx/eq/EqUtilTests.java
index bca4b85..bc8b21c 100644
--- a/tests/src/com/cyngn/audiofx/eq/EqUtilTests.java
+++ b/tests/src/com/cyngn/audiofx/eq/EqUtilTests.java
@@ -1,8 +1,6 @@
-package com.cyngn.audiofx.eq;
+package org.cyanogenmod.audiofx.eq;
-import android.test.suitebuilder.annotation.SmallTest;
-import com.cyngn.audiofx.Preset;
-import com.cyngn.audiofx.eq.EqUtils;
+import org.cyanogenmod.audiofx.Preset;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;