From 92aac31b4ca56232125fb168425ec1f6f1ceb009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Tue, 12 Jan 2016 09:53:44 -0300 Subject: [PATCH] template path fix --- test/integration/pushNotifications.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/pushNotifications.js b/test/integration/pushNotifications.js index 49d80de..693b231 100644 --- a/test/integration/pushNotifications.js +++ b/test/integration/pushNotifications.js @@ -54,7 +54,7 @@ describe('Push notifications', function() { storage: helpers.getStorage(), request: requestStub, pushNotificationsOpts: { - templatePath: '../lib/templates', + templatePath: './lib/templates', defaultLanguage: 'en', defaultUnit: 'btc', subjectPrefix: '', @@ -174,7 +174,7 @@ describe('Push notifications', function() { storage: helpers.getStorage(), request: requestStub, pushNotificationsOpts: { - templatePath: '../lib/templates', + templatePath: './lib/templates', defaultLanguage: 'en', defaultUnit: 'btc', subjectPrefix: '',