Bug 1690658 - Fix prettier eslint failure on testing/marionette/reftest.js. a=eslint-fix

This commit is contained in:
Cosmin Sabou 2021-02-08 15:18:41 +02:00
Родитель d6bd5bcfa1
Коммит 4bfe080492
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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}`;
}