FIX: Report was overwriting a CP

This commit is contained in:
Robin Ward 2020-07-20 14:42:16 -04:00
parent a0c6f1b2b4
commit e625aeeb0d

View File

@ -33,7 +33,7 @@ QUnit.test("counts", assert => {
"sums 7 days excluding today"
);
report.set("method", "average");
report.set("type", "time_to_first_response");
assert.equal(
report.valueFor(2, 4),
2,