fix unit tests

This commit is contained in:
David Tsay 2020-03-20 17:38:29 -07:00
parent 60fce4a003
commit 1f19f480ce

View File

@ -82,7 +82,10 @@ describe('the plugin', function () {
it('provides a view', () => {
const testViewObject = {
id:"test-object",
type: "conditionSet"
type: "conditionSet",
configuration: {
conditionCollection: []
}
};
const applicableViews = openmct.objectViews.get(testViewObject);