mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 16:10:23 +00:00
Added tests
This commit is contained in:
@ -141,7 +141,7 @@ define(
|
||||
};
|
||||
|
||||
TransactionService.prototype.size = function () {
|
||||
return this.onCommits.length + this.onCancels.length;
|
||||
return this.onCommits.length;
|
||||
};
|
||||
|
||||
return TransactionService;
|
||||
|
Reference in New Issue
Block a user