Skip to content

Commit 0299281

Browse files
authored
fix: Test only for migrations within package
1 parent ecd530e commit 0299281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_migrations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_for_missing_migrations(self):
1818
}
1919

2020
try:
21-
call_command("makemigrations", **options)
21+
call_command("makemigrations", "djangocms_snippet", **options)
2222
except SystemExit as e:
2323
status_code = str(e)
2424
else:

0 commit comments

Comments
 (0)