From d0a58d984d8dae488d15650b61bb5d2aa18eed8d Mon Sep 17 00:00:00 2001 From: Tom Chadwin Date: Tue, 16 Jan 2018 16:09:07 +0000 Subject: [PATCH] Test docstring on one line #16 - nose doesn't handle a line break, evidently --- test/test_gridref.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_gridref.py b/test/test_gridref.py index 5f84c58..56ca6c5 100644 --- a/test/test_gridref.py +++ b/test/test_gridref.py @@ -44,8 +44,7 @@ def test_xy_out_of_osgb_bounds(self): self.assertRaises(GridRefException, xy_to_osgb, -10, 0) def test_xy_to_osgb_precision(self): - """Given XY returns correct OSGB grid reference with non-default - precision""" + """Given XY returns correct OSGB grid reference with non-default precision""" osgb_gridref = xy_to_osgb(393618.933445, 564351.935939, 100) expected = "NY 936 643"