Remove the extra done in gr-reporting_test

Change-Id: Id87f1bff9839dd4aabb4f33781f580235ed22487
(cherry picked from commit 6c2b0b0a44)
This commit is contained in:
Tao Zhou
2019-10-16 18:02:14 +02:00
committed by Paladox none
parent f06aefbd58
commit cbae77d895

View File

@@ -191,7 +191,6 @@ limitations under the License.
assert.isTrue(element.reporter.calledOnce);
assert.throws(() => {
timer.end();
done();
}, 'Timer for "foo-bar" already ended.');
});