Skip to content

Commit

Permalink
Change hashcode and timestamp for test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Mar 14, 2024
1 parent 38960bb commit 486e2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2xgrader/tests/exchange/test_exchange_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def test_generate_submission_html_with_custom_messages(self):
generate_submission_html(
os.path.join(self.directory, "notebook.ipynb"),
os.path.join(self.directory, "submission1.html"),
"123456",
"2022-01-01 00:00:00",
"ABC-DEF",
"12:34:56",
exporter,
)
with open(os.path.join(self.directory, "submission1.html"), "r") as f:
Expand Down

0 comments on commit 486e2d8

Please sign in to comment.