| Index: Tools/GardeningServer/model/test/ct-commit-list-tests.html
|
| diff --git a/Tools/GardeningServer/model/test/ct-commit-list-tests.html b/Tools/GardeningServer/model/test/ct-commit-list-tests.html
|
| index 3eb125632c182fb58514f514ebe7e407fc501b46..7bd3af97ff4bcfbe71da3c4dc2bc04a8179a8b5b 100644
|
| --- a/Tools/GardeningServer/model/test/ct-commit-list-tests.html
|
| +++ b/Tools/GardeningServer/model/test/ct-commit-list-tests.html
|
| @@ -64,7 +64,7 @@ describe('ct-commit-list', function() {
|
| };
|
|
|
| var cl = new CTCommitList(group, new CTCommitLogMock());
|
| - var repos = cl.repositories();
|
| + var repos = cl.repositories;
|
| assert.lengthOf(repos, 1);
|
| assert.equal(repos[0].name, 'blink');
|
| assert.lengthOf(repos[0].commits, 1);
|
|
|