Skip to content
Snippets Groups Projects
Verified Commit 987d1ac6 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: fix tests

parent 0a1d45f4
No related branches found
No related tags found
1 merge request!50Draft: ENH: file system: core
Pipeline #31755 passed
......@@ -185,7 +185,7 @@ def test_consistency_unknown_file():
c = runCheck(None, "-c UNKNOWN_FILE")
assert c.messages["Warning", 0] is not None
assert c.messages["Warning",
0][0] == 'UNKNOWN - DEFAULT:debug'
0][0] == 'UNKNOWN - DEFAULT:test_unknown'
c = runCheck(None, None)
assert c.messages["Info", 0] is not None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment