chore: bump name affirmation to complete column removal

This is the last PR removing verified name is_verified,
so we can bring back the test.
This commit is contained in:
Andy Shultz
2021-08-18 12:49:01 -04:00
parent 9b95cb3d55
commit 97a5094efc
4 changed files with 3 additions and 6 deletions

View File

@@ -197,9 +197,6 @@ class MigrationTests(TestCase):
"""
@override_settings(MIGRATION_MODULES={})
@unittest.skip(
"Temporary skip for MST-969 while the is_verified column is removed from the verified_name table"
)
def test_migrations_are_in_sync(self):
"""
Tests that the migration files are in sync with the models.