Fix test name.

This commit is contained in:
Alexander Shorin
2012-02-08 17:06:25 +04:00
parent d81cb7310a
commit 87ea7a4514

View File

@@ -46,7 +46,7 @@ class TestSemver(TestCase):
self.assertRaises(ValueError, match, '1.0.0', '!')
self.assertRaises(ValueError, match, '1.0.0', '1.0.0')
def test_should_follow_specification_comparsion(self):
def test_should_follow_specification_comparison(self):
# produce comparsion chain:
# 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-beta.2 < 1.0.0-beta.11
# < 1.0.0-rc.1 < 1.0.0-rc.1+build.1 < 1.0.0 < 1.0.0+0.3.7 < 1.3.7+build