Added tests

This commit is contained in:
Henry
2016-05-12 14:20:16 -07:00
parent c305fba0a7
commit 69c4c3a2c8
7 changed files with 68 additions and 23 deletions

View File

@ -141,7 +141,7 @@ define(
};
TransactionService.prototype.size = function () {
return this.onCommits.length + this.onCancels.length;
return this.onCommits.length;
};
return TransactionService;