Skip to content

Commit

Permalink
merged leaf nodes in migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNyl committed Apr 16, 2024
1 parent 1439062 commit 0276065
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.5 on 2024-04-16 06:58

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("content", "0060_minute_tag"),
("content", "0064_alter_userbio_description"),
]

operations = []
2 changes: 1 addition & 1 deletion app/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,6 @@ def event_with_priority_pool(priority_group):
def user_bio():
return UserBioFactory()


def minute(user):
return MinuteFactory(author=user)

0 comments on commit 0276065

Please sign in to comment.