mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 05:08:15 +00:00
Removed redundant line in test spec
This commit is contained in:
@ -174,7 +174,6 @@ define(
|
|||||||
['notify', 'resolve', 'reject']
|
['notify', 'resolve', 'reject']
|
||||||
);
|
);
|
||||||
mockDeferred.notify.andCallFake(function(notification){});
|
mockDeferred.notify.andCallFake(function(notification){});
|
||||||
mockDeferred.reject.andCallFake(function(){});
|
|
||||||
mockDeferred.resolve.andCallFake(function(value){resolvedValue = value;});
|
mockDeferred.resolve.andCallFake(function(value){resolvedValue = value;});
|
||||||
mockDeferred.promise = {
|
mockDeferred.promise = {
|
||||||
then: function(callback){
|
then: function(callback){
|
||||||
|
Reference in New Issue
Block a user