| commit | cbae77d8953558f12c4447fee032b741f05518b5 | [log] [tgz] |
|---|---|---|
| author | Tao Zhou <taoalpha@google.com> | Wed Oct 16 18:02:14 2019 +0200 |
| committer | Paladox none <thomasmulhall410@yahoo.com> | Mon Oct 21 15:09:14 2019 +0000 |
| tree | e014f221d446573e2288479e0f761a5d02b027ad | |
| parent | f06aefbd5842f3ff9232b8b66379499dea6a9605 [diff] |
Remove the extra done in gr-reporting_test Change-Id: Id87f1bff9839dd4aabb4f33781f580235ed22487 (cherry picked from commit 6c2b0b0a44ff26264fe6b842762812839b719acb)
diff --git a/polygerrit-ui/app/elements/core/gr-reporting/gr-reporting_test.html b/polygerrit-ui/app/elements/core/gr-reporting/gr-reporting_test.html index ec24b19..c357979 100644 --- a/polygerrit-ui/app/elements/core/gr-reporting/gr-reporting_test.html +++ b/polygerrit-ui/app/elements/core/gr-reporting/gr-reporting_test.html
@@ -191,7 +191,6 @@ assert.isTrue(element.reporter.calledOnce); assert.throws(() => { timer.end(); - done(); }, 'Timer for "foo-bar" already ended.'); });