summaryrefslogtreecommitdiffstats
path: root/tests/src/com/cyngn/audiofx/util/BaseAudioFxServiceInstrumentationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/cyngn/audiofx/util/BaseAudioFxServiceInstrumentationTest.java')
-rw-r--r--tests/src/com/cyngn/audiofx/util/BaseAudioFxServiceInstrumentationTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/cyngn/audiofx/util/BaseAudioFxServiceInstrumentationTest.java b/tests/src/com/cyngn/audiofx/util/BaseAudioFxServiceInstrumentationTest.java
index e882c9d..cead14a 100644
--- a/tests/src/com/cyngn/audiofx/util/BaseAudioFxServiceInstrumentationTest.java
+++ b/tests/src/com/cyngn/audiofx/util/BaseAudioFxServiceInstrumentationTest.java
@@ -1,4 +1,4 @@
-package com.cyngn.audiofx.util;
+package org.cyanogenmod.audiofx.util;
import android.content.Context;
import android.content.Intent;
@@ -7,7 +7,7 @@ import android.os.IBinder;
import android.support.test.InstrumentationRegistry;
import android.support.test.rule.ServiceTestRule;
import android.support.test.runner.AndroidJUnit4;
-import com.cyngn.audiofx.service.AudioFxService;
+import org.cyanogenmod.audiofx.service.AudioFxService;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;