Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Sep 16, 2024
1 parent 0899ba8 commit 9d388d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandiapi/api/tests/test_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_stats_published(api_client, published_version_factory):
assert stats['published_dandiset_count'] == 1


@pytest.mark.django_db()
@pytest.mark.django_db
def test_stats_user(api_client, user_factory):
User.objects.all().delete()

Expand Down

0 comments on commit 9d388d0

Please sign in to comment.