template path fix

This commit is contained in:
Gabriel Bazán 2016-01-12 09:53:44 -03:00
parent dc2dd72f4e
commit 92aac31b4c
1 changed files with 2 additions and 2 deletions

View File

@ -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: '',