Browse Source

template path fix

activeAddress
Gabriel Bazán 9 years ago
parent
commit
92aac31b4c
  1. 4
      test/integration/pushNotifications.js

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

Loading…
Cancel
Save