mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 17:31:40 +00:00
Fix checkstyle error
This commit is contained in:
parent
14894cf197
commit
54a453e5a0
@ -350,7 +350,7 @@ define(
|
|||||||
expect(controller.getSelectedElement()).toEqual(elements[1]);
|
expect(controller.getSelectedElement()).toEqual(elements[1]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("selects the parent view when selected element is removed", function () {
|
it("selects the parent view when selected element is removed", function () {
|
||||||
testModel.modified = 1;
|
testModel.modified = 1;
|
||||||
findWatch("model.modified")(testModel.modified);
|
findWatch("model.modified")(testModel.modified);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user