Skip to content

Commit

Permalink
tests: add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Aug 11, 2023
1 parent 035114c commit 40d9718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/records/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_draft_parent_state_hard_delete(app, db, location):


def test_new_draft_of_published_record_doesnt_override_next_draft_id(app, db, location):

"""Test multiple drafts when editing multiple versions of the same record."""
# Classic draft of published record having been cleaned up scenario
record_1 = Record.publish(Draft.create({}))
db.session.commit()
Expand Down

0 comments on commit 40d9718

Please sign in to comment.