summaryrefslogtreecommitdiffstats
path: root/tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java')
-rw-r--r--tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java b/tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java
index 1bf531c..a9e7651 100644
--- a/tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java
+++ b/tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java
@@ -1,4 +1,4 @@
-package com.cyngn.audiofx.service;
+package org.cyanogenmod.audiofx.service;
import android.content.Intent;
import android.media.audiofx.AudioEffect;
@@ -7,14 +7,14 @@ import android.support.test.runner.AndroidJUnit4;
import android.test.suitebuilder.annotation.LargeTest;
import android.util.Log;
-import com.cyngn.audiofx.util.BaseAudioFxServiceInstrumentationTest;
-import com.cyngn.audiofx.util.TestMediaPlayer;
+import org.cyanogenmod.audiofx.util.BaseAudioFxServiceInstrumentationTest;
+import org.cyanogenmod.audiofx.util.TestMediaPlayer;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
-import com.cyngn.audiofx.tests.R;
+import org.cyanogenmod.audiofx.tests.R;
import static org.junit.Assert.*;