Correct the JF test description.

This commit is contained in:
Rob
2015-03-24 13:36:43 +00:00
parent da44376f33
commit 454d27db3c

View File

@@ -97,7 +97,7 @@ class MapTestCase(TestCase):
def test_jump_distance_jumpfreighter(self):
"""
The maximum jump range of a JF is 5LY.
The maximum jump range of a JF is 10LY.
"""
self.assertEquals(ship_class_to_range('jumpfreighter', 5), 10)