mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1776512: Fix failing test CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D150287
This commit is contained in:
parent
301b474fd4
commit
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"
|
||||
|
Loading…
Reference in New Issue
Block a user