From 454d27db3cf8dbc943e4783a651b78611ae5b3c4 Mon Sep 17 00:00:00 2001 From: Rob Date: Tue, 24 Mar 2015 13:36:43 +0000 Subject: [PATCH] Correct the JF test description. --- tests/test_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_map.py b/tests/test_map.py index 71f0d80..7fd6282 100644 --- a/tests/test_map.py +++ b/tests/test_map.py @@ -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)