We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439fedd commit aaecd3dCopy full SHA for aaecd3d
tests/test_main.py
@@ -98,7 +98,7 @@ def test_main_run_unified_default_local_files_no_diff(capsys):
98
99
run(args)
100
captured = capsys.readouterr()
101
- assert captured.out == f"[*] There is no difference between the files.{os.linesep}"
+ assert captured.out.startswith("[*] There is no difference between the files.")
102
103
104
def test_main_run_unified_default_local_files(capsys):
0 commit comments