Skip to content

Commit

Permalink
reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstenBreuer committed Dec 7, 2023
1 parent 9446da6 commit f262586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/submission_registry/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def test_submission_current_status():
id="testsubmission001",
status_history=(
StatusChange(
timestamp=now_as_utc(), new_status=SubmissionStatus.IN_REVIEW # second
timestamp=now_as_utc(),
new_status=SubmissionStatus.IN_REVIEW, # second
),
StatusChange(
timestamp=now_as_utc() + timedelta(days=10), # third
Expand Down

0 comments on commit f262586

Please sign in to comment.