Skip to content

Commit 903c675

Browse files
committed
test_read_filelist: Don't always use filelist.txt name.
1 parent b57c79d commit 903c675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rimport/test_read_filelist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_empty_file(self, tmp_path):
100100

101101
def test_file_with_only_comments_and_blanks(self, tmp_path):
102102
"""Test file with only comments and blank lines."""
103-
list_file = tmp_path / "filelist.txt"
103+
list_file = tmp_path / "filelist123.txt"
104104
list_file.write_text("# Comment 1\n\n# Comment 2\n\n")
105105

106106
result = rimport.read_filelist(list_file)

0 commit comments

Comments
 (0)