FIX: Report was overwriting a CP
This commit is contained in:
parent
a0c6f1b2b4
commit
e625aeeb0d
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue