Fix test
This commit is contained in:
parent
297336f955
commit
61c6c8974f
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ from django.core.management import call_command
|
|||
|
||||
@pytest.mark.django_db()
|
||||
def test_missing_migrations() -> None:
|
||||
call_command("makemigrations", "--check")
|
||||
call_command("makemigrations", "--check", "--dry-run")
|
||||
|
|
Reference in a new issue