mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 13:18:15 +00:00
make reviewer requested changes
This commit is contained in:
@ -39,7 +39,7 @@ define(
|
||||
beforeEach(function () {
|
||||
mockScope = jasmine.createSpyObj(
|
||||
"$scope",
|
||||
["$watch"]
|
||||
["$watch", "$on"]
|
||||
);
|
||||
mockScope.ngModel = {};
|
||||
mockScope.ngModel.selectedObject = {
|
||||
|
Reference in New Issue
Block a user