summaryrefslogtreecommitdiff
path: root/nova/tests/unit/compute/test_flavors.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/compute/test_flavors.py')
-rw-r--r--nova/tests/unit/compute/test_flavors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/unit/compute/test_flavors.py b/nova/tests/unit/compute/test_flavors.py
index 82434a9473..ba0eabc77d 100644
--- a/nova/tests/unit/compute/test_flavors.py
+++ b/nova/tests/unit/compute/test_flavors.py
@@ -196,7 +196,7 @@ class TestCreateFlavor(test.TestCase):
def test_rxtx_factor_must_be_within_sql_float_range(self):
# We do * 10 since this is an approximation and we need to make sure
- # the difference is noticeble.
+ # the difference is noticeable.
over_rxtx_factor = db_const.SQL_SP_FLOAT_MAX * 10
self.assertInvalidInput('flavor1', 64, 1, 120,