[Entanglement] Simplify test case
...per review feedback from nasa/openmctweb#98
This commit is contained in:
@@ -97,7 +97,6 @@ define(
|
|||||||
parentCandidate.hasCapability.andCallFake(function (c) {
|
parentCandidate.hasCapability.andCallFake(function (c) {
|
||||||
return c !== 'composition';
|
return c !== 'composition';
|
||||||
});
|
});
|
||||||
parentCandidate.model.composition = undefined;
|
|
||||||
expect(validate()).toBe(false);
|
expect(validate()).toBe(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user