зеркало из https://github.com/mozilla/gecko-dev.git
Bug 841554 - Part 3: follow-up fix for another test failure. r=trivial, a=bustage.
This commit is contained in:
Родитель
f94ab98347
Коммит
0e77f10fe5
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче