Skip to content

Commit

Permalink
Test docstring on one line
Browse files Browse the repository at this point in the history
#16 - nose doesn't handle a line break, evidently
  • Loading branch information
tomchadwin committed Jan 16, 2018
1 parent 4a628d1 commit d0a58d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_gridref.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d0a58d9

Please sign in to comment.