feat: Remove the table with a migration (#30993)

This commit is contained in:
Sagirov Evgeniy
2022-09-19 15:36:43 +03:00
committed by GitHub
parent a923cfc32e
commit 42438db805
2 changed files with 23 additions and 2 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
@@ -121,7 +120,6 @@ class MigrationTests(TestCase):
Tests for migrations.
"""
@skip
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""