Bug 841554 - Part 3: follow-up fix for another test failure. r=trivial, a=bustage.

This commit is contained in:
Richard Newman 2013-03-29 13:29:19 -07:00
parent 9ddc997a50
commit 6050c01dfd

View File

@ -26,7 +26,7 @@ function test() {
ok(reporter, "Health Reporter available.");
reporter.onInit().then(function onInit() {
let provider = reporter.getProvider("org.mozilla.searches");
let m = provider.getMeasurement("counts", 1);
let m = provider.getMeasurement("counts", 2);
m.getValues().then(function onData(data) {
let now = new Date();