Skip to content

Commit 8e28c20

Browse files
Refactoring test case name
1 parent 198c635 commit 8e28c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_cli_with_options():
3535
],
3636
)
3737
output_lines = result.output.strip().split("\n")
38-
assert f"Analysis complete! Output written to: {OUTPUT_FILE_PATH}" in output_lines
38+
assert f"Analysis complete! Output written to:s {OUTPUT_FILE_PATH}" in output_lines
3939
assert os.path.exists(OUTPUT_FILE_PATH), f"Output file was not created at {OUTPUT_FILE_PATH}"
4040

4141
os.remove(OUTPUT_FILE_PATH)

0 commit comments

Comments
 (0)