File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Obtain input data for each day from the original source at https://adventofcode.com/2020
2
- and save it in a txt file named after the corresponding day (day1 .txt, day2 .txt, etc.).
2
+ and save it in a txt file named after the corresponding day (day01 .txt, day02 .txt, etc.).
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def test_input_file_path(self):
31
31
file_path = get_input_file_path ('dummy.txt' )
32
32
expected_lines = [
33
33
'Obtain input data for each day from the original source at https://adventofcode.com/2020\n ' ,
34
- 'and save it in a txt file named after the corresponding day (day01.txt, day2 .txt, etc.).\n '
34
+ 'and save it in a txt file named after the corresponding day (day01.txt, day02 .txt, etc.).\n '
35
35
]
36
36
with open (file_path ) as f :
37
37
lines = [line for line in f ]
You can’t perform that action at this time.
0 commit comments