Merge "Remove the extra done in gr-reporting_test"

This commit is contained in:
Ben Rohlfs
2019-10-21 14:46:02 +00:00
committed by Gerrit Code Review

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.');
});