Skip to content

Commit 9d8e0a2

Browse files
committed
modify test
1 parent 4ce5f96 commit 9d8e0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ def test_sort():
145145
test_xml_file_path=result_file, test_files=test_files, test_config=config, run_result=process
146146
)
147147
match = ImportErrorPattern.search(process.stdout).group()
148-
assert match=="E ModuleNotFoundError: No module named 'torch'"
148+
assert match=="ModuleNotFoundError: No module named 'torch'"
149149
result_file.unlink(missing_ok=True)

0 commit comments

Comments
 (0)