Skip to content

Commit 704dd73

Browse files
authored
test: re-enable migration checks (#36655)
the check was disabled: openedx/edx-enterprise#2338 because we needed to fake a migration: openedx/edx-enterprise#2383 but that fake migration is now in edx-platform: openedx/edx-enterprise#2383 so we can re-enable the check.
1 parent 75c4ffc commit 704dd73

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

common/djangoapps/util/tests/test_db.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Tests for util.db module."""
22

33
from io import StringIO
4-
import unittest
54

65
import ddt
76
from django.core.management import call_command
@@ -121,7 +120,6 @@ class MigrationTests(TestCase):
121120
Tests for migrations.
122121
"""
123122

124-
@unittest.skip('Skipping temporarily to add a foreign key')
125123
@override_settings(MIGRATION_MODULES={})
126124
def test_migrations_are_in_sync(self):
127125
"""

0 commit comments

Comments
 (0)