зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1690658 - Fix prettier eslint failure on testing/marionette/reftest.js. a=eslint-fix
This commit is contained in:
Родитель
d6bd5bcfa1
Коммит
4bfe080492
|
@ -510,7 +510,7 @@ max-width: ${width}px; max-height: ${height}px`;
|
|||
let msg = null;
|
||||
|
||||
if (lhsCount != rhsCount) {
|
||||
passed = relation == '!=';
|
||||
passed = relation == "!=";
|
||||
if (!passed) {
|
||||
msg = `Got different numbers of pages; test has ${lhsCount}, ref has ${rhsCount}`;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче