removes french spellings to satisfy american developers

This commit is contained in:
Ken Pepple
2011-08-24 16:03:32 -07:00
parent e5b9439cc7
commit a7b84340a1

View File

@@ -107,7 +107,7 @@ class InstanceTypeTestCase(test.TestCase):
exception.InvalidInput,
instance_types.create, self.name, 256, 1, "aa", self.flavorid)
def test_non_existant_inst_type_shouldnt_delete(self):
def test_non_existent_inst_type_shouldnt_delete(self):
"""Ensures that instance type creation fails with invalid args"""
self.assertRaises(exception.ApiError,
instance_types.destroy,