Skip to content

Instantly share code, notes, and snippets.

@rik
Created February 27, 2014 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rik/9255080 to your computer and use it in GitHub Desktop.
Save rik/9255080 to your computer and use it in GitHub Desktop.
apps/system/test/unit/emergency-call/dialer_test.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/system/test/unit/emergency-call/dialer_test.js b/apps/system/test/unit/emergency-call/dialer_test.js
index 18d48ee..c0b9b8b 100644
--- a/apps/system/test/unit/emergency-call/dialer_test.js
+++ b/apps/system/test/unit/emergency-call/dialer_test.js
@@ -3,10 +3,10 @@
/* global CallHandler, KeypadManager, MockNavigatorMozTelephony, MocksHelper,
Promise */
-requireApp('system/test/unit/mock_navigator_moz_telephony.js');
-requireApp('communications/dialer/test/unit/mock_keypad.js');
+require('/apps/system/test/unit/mock_navigator_moz_telephony.js');
+require('/apps/communications/dialer/test/unit/mock_keypad.js');
-requireApp('system/emergency-call/js/dialer.js');
+require('/apps/system/emergency-call/js/dialer.js');
var mocksHelperForDialer = new MocksHelper([
'KeypadManager'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment