Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1572)

Unified Diff: Tools/GardeningServer/model/test/ct-commit-list-tests.html

Issue 485253004: [Sheriff-o-matic] Remove race condition on the commit list. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: names Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « Tools/GardeningServer/model/ct-repositories.html ('k') | Tools/GardeningServer/model/test/ct-commit-log-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698