Skip to content

Commit

Permalink
tests for lms-subjects
Browse files Browse the repository at this point in the history
  • Loading branch information
khrmagomedov authored and ShishckovA committed Nov 1, 2023
1 parent 3e5c33c commit 71fa770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end/src/common/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def call_me(
annotation: str = None,
):
if annotation is None:
annotation = f'Пример анноттации для {title}'
annotation = f"Пример анноттации для {title}"
subject, _ = Subject.objects.get_or_create(
title=title,
annotation=annotation,
Expand Down

0 comments on commit 71fa770

Please sign in to comment.