Browse Source

fixed tests for model 4.9.0 changes

pull/912/head
Stephen Hess 8 years ago
parent
commit
3257ea6b9b
  1. 9
      test/unit/controller/placeholder.js

9
test/unit/controller/placeholder.js

@ -1232,8 +1232,7 @@ module.exports.tests.result_filtering = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
}, },
{ {
_id: '2', _id: '2',
@ -1250,8 +1249,7 @@ module.exports.tests.result_filtering = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 2' 'default': 'name 2'
}, }
parent: { }
}, },
{ {
_id: '3', _id: '3',
@ -1268,8 +1266,7 @@ module.exports.tests.result_filtering = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 3' 'default': 'name 3'
}, }
parent: { }
} }
] ]
}; };

Loading…
Cancel
Save