mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 23:12:23 +00:00
Removed redundant line in test spec
This commit is contained in:
parent
6e391098a3
commit
96249e6bcc
@ -174,7 +174,6 @@ define(
|
||||
['notify', 'resolve', 'reject']
|
||||
);
|
||||
mockDeferred.notify.andCallFake(function(notification){});
|
||||
mockDeferred.reject.andCallFake(function(){});
|
||||
mockDeferred.resolve.andCallFake(function(value){resolvedValue = value;});
|
||||
mockDeferred.promise = {
|
||||
then: function(callback){
|
||||
|
Loading…
Reference in New Issue
Block a user