NIT: Spelling Fix

This patch fixes spelling "project" in test_sql_upgrade.py file.

Change-Id: I8b1a8dbea5fb17707e59fae8605cc615f1b51f2c
This commit is contained in:
Vishakha Agarwal 2020-08-06 16:13:38 +05:30
parent 952959fb87
commit 4ef7a2379a

View File

@ -3437,7 +3437,7 @@ class FullMigration(SqlMigrateBase, unit.TestCase):
self.assertTrue(self.does_unique_constraint_exist(
'access_rule', ['user_id', 'service', 'path', 'method']))
def test_migration_066_add_role_and_prject_options_tables(self):
def test_migration_066_add_role_and_project_options_tables(self):
self.expand(65)
self.migrate(65)
self.contract(65)