Skip to content

Commit 9d73473

Browse files
committed
chore: typo fix
1 parent 5d3871a commit 9d73473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/testing/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def create_preprint(
418418
author,
419419
subject,
420420
title="This is a Test Preprint",
421-
abstract="This is a fake abstract",
421+
abstract="This is a fake abstract.",
422422
):
423423
preprint = repo_models.Preprint.objects.create(
424424
repository=repository,

0 commit comments

Comments
 (0)