From fe5e68de290dd9f4ec76180dad1709e8b15201fc Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 15 Apr 2018 23:48:52 +0100 Subject: [PATCH] fix tests --- test/notifications/ContentRules-test.js | 4 ++-- test/notifications/PushRuleVectorState-test.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/notifications/ContentRules-test.js b/test/notifications/ContentRules-test.js index c1cdc40a8b..b58667fee9 100644 --- a/test/notifications/ContentRules-test.js +++ b/test/notifications/ContentRules-test.js @@ -14,13 +14,13 @@ See the License for the specific language governing permissions and limitations under the License. */ -var notifications = require('../../../src/notifications'); +var notifications = require('../../src/notifications'); var ContentRules = notifications.ContentRules; var PushRuleVectorState = notifications.PushRuleVectorState; var expect = require('expect'); -var test_utils = require('../../test-utils'); +var test_utils = require('../test-utils'); var NORMAL_RULE = { actions: [ diff --git a/test/notifications/PushRuleVectorState-test.js b/test/notifications/PushRuleVectorState-test.js index 68e7044f60..ff0de3e470 100644 --- a/test/notifications/PushRuleVectorState-test.js +++ b/test/notifications/PushRuleVectorState-test.js @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -var notifications = require('../../../src/notifications'); +var notifications = require('../../src/notifications'); var prvs = notifications.PushRuleVectorState;