Skip to content

Commit 39f7e59

Browse files
committed
fix tests
1 parent a165c07 commit 39f7e59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_problems.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ def test_zip(self):
187187
for ext in ["ans", "in"]
188188
),
189189
*((f"identity/data/sample/5.{ext}", 2) for ext in ["ans", "in", "out"]),
190-
*((f"identity/data/sample/6.{ext}.statement", 2) for ext in ["ans", "in"]),
190+
*((f"identity/data/sample/6.ans.{ext}", 2) for ext in ["download", "statement"]),
191+
*((f"identity/data/sample/6.in.{ext}", 2) for ext in ["download", "statement"]),
191192
], "Zip contents for data/sample/ are not correct"
192193

193194
# The full zip should contain all PDFs in their corresponding directories.

0 commit comments

Comments
 (0)