Skip to content

Commit 2969b0a

Browse files
committed
Correcting tests
1 parent fd452d2 commit 2969b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

in2lambda/api/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def to_json(self, output_dir: str) -> None:
115115
... # Check the title of the first question
116116
... with open(f"{temp_dir}/question_1/question_1.json") as file:
117117
... print(f"Question 1's title: {json.load(file)['title']}")
118-
['Question 1', 'question_1.zip', 'Question 2', 'question_2.zip']
118+
['question_1', 'question_1.zip', 'question_2', 'question_2.zip']
119119
Question 1's title: Question 1
120120
121121
"""

0 commit comments

Comments
 (0)