зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1776512: Fix failing test CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D150287
This commit is contained in:
Родитель
301b474fd4
Коммит
3bc124d290
|
@ -11,7 +11,7 @@ def test_basic(lint, paths):
|
|||
i = 0
|
||||
assert results[i].level == "error"
|
||||
assert "cargo-mismatch.yaml" in results[i].relpath
|
||||
assert "was not found in Cargo.lock" in results[i].message
|
||||
assert "wasn't found in Cargo.lock" in results[i].message
|
||||
|
||||
i += 1
|
||||
assert results[i].level == "error"
|
||||
|
|
Загрузка…
Ссылка в новой задаче