Skip to content

Commit

Permalink
Merge pull request #527 from i-dot-ai/bugfix/static-checks
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
252afh authored Jun 6, 2024
2 parents b3b419b + 746acfe commit e2f8d1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion django_app/tests/management/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ def test_command_output_with_valid_links(alice: User):
],
)
@pytest.mark.django_db()
def test_delete_expired_data(uploaded_file: File, requests_mock: Mocker, last_referenced: datetime, should_delete: bool):
def test_delete_expired_data(
uploaded_file: File, requests_mock: Mocker, last_referenced: datetime, should_delete: bool
):
# Given
mock_file = uploaded_file
mock_file.last_referenced = last_referenced
Expand Down

0 comments on commit e2f8d1d

Please sign in to comment.