Skip to content

Commit

Permalink
fix: Test only for migrations within package
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored May 7, 2024
1 parent ecd530e commit 0299281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_for_missing_migrations(self):
}

try:
call_command("makemigrations", **options)
call_command("makemigrations", "djangocms_snippet", **options)
except SystemExit as e:
status_code = str(e)
else:
Expand Down

0 comments on commit 0299281

Please sign in to comment.