Enabling migration test.
This commit is contained in:
Awais Qureshi
2020-01-13 20:27:53 +05:00
parent 7c45d99ae9
commit a2ab14d756

View File

@@ -222,7 +222,6 @@ class MigrationTests(TestCase):
Tests for migrations.
"""
@unittest.skip("Due to some recent schema changes this test is failing. Temporarily skipping it.")
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""