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;