Skip to content

Commit

Permalink
fix test for python < 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jul 17, 2024
1 parent 237ea68 commit 507ccb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def check_file(self, filename, rendered=True, exists=True):
if rendered:
self.assertEqual(
filename.read_text().strip(),
f"{filename.name}: {context["variable"]}",
f"{filename.name}: {context['variable']}",
)
else:
self.assertEqual(
Expand Down

0 comments on commit 507ccb4

Please sign in to comment.