chore: bump edx-enterprise version; uncomment migration test skip (#30425)

This commit is contained in:
Chris Pappas
2022-05-17 14:47:37 -04:00
committed by GitHub
parent a8b26c3aef
commit e1277b4b87
5 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
"""Tests for util.db module."""
from io import StringIO
from unittest import skip
import ddt
from django.core.management import call_command
@@ -120,7 +119,7 @@ class MigrationTests(TestCase):
"""
Tests for migrations.
"""
@skip
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""