pushnotificationsservice path fix

This commit is contained in:
Gabriel Bazán 2016-01-12 10:09:06 -03:00
parent 92aac31b4c
commit 925e83b74a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ log.debug = log.verbose;
log.level = 'info';
var WalletService = require('../../lib/server');
var PushNotificationsService = require('../../lib/pushNotificationsService');
var PushNotificationsService = require('../../lib/pushnotificationsservice');
var TestData = require('../testdata');
var helpers = require('./helpers');