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
Родитель f94ab98347
Коммит 0e77f10fe5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();