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
1 changed files with 1 additions and 1 deletions

View File

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