Skip to content

Commit 7c5aed1

Browse files
committed
Fixed unit test
1 parent 2a19ab1 commit 7c5aed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

input/dummy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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.).

test/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_input_file_path(self):
3131
file_path = get_input_file_path('dummy.txt')
3232
expected_lines = [
3333
'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'
3535
]
3636
with open(file_path) as f:
3737
lines = [line for line in f]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy