From 3257ea6b9b02aa067350d3fd77052feee5cfde58 Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Thu, 6 Jul 2017 16:25:52 -0400 Subject: [PATCH] fixed tests for model 4.9.0 changes --- test/unit/controller/placeholder.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/test/unit/controller/placeholder.js b/test/unit/controller/placeholder.js index 2334d944..bbe30464 100644 --- a/test/unit/controller/placeholder.js +++ b/test/unit/controller/placeholder.js @@ -1232,8 +1232,7 @@ module.exports.tests.result_filtering = (test, common) => { }, phrase: { 'default': 'name 1' - }, - parent: { } + } }, { _id: '2', @@ -1250,8 +1249,7 @@ module.exports.tests.result_filtering = (test, common) => { }, phrase: { 'default': 'name 2' - }, - parent: { } + } }, { _id: '3', @@ -1268,8 +1266,7 @@ module.exports.tests.result_filtering = (test, common) => { }, phrase: { 'default': 'name 3' - }, - parent: { } + } } ] };