Update edx-enterprise requirement

Unskip a test that the new version fixes
This commit is contained in:
Lael Birch
2020-07-14 09:53:07 -04:00
parent 3eb7b4e18d
commit 3c8630bdf4
5 changed files with 4 additions and 5 deletions

View File

@@ -197,7 +197,6 @@ class MigrationTests(TestCase):
Tests for migrations.
"""
@unittest.skip('migration is purposely out of sync with models atm.')
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""