Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 5, 2019
1 parent efd75e3 commit e8fd320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-wkt_rewind.py
Expand Up @@ -17,7 +17,7 @@ def test_wkt_rewind_digits(self):
res = utils.wkt_rewind(x, digits = 3)
pat = re.compile('\\.[0-9]{3}\\s')
out = pat.search(res)
self.assertIsInstance(out, re.Match)
self.assertIsInstance(out.string, str)

@raises(TypeError)
def test_wkt_rewind_fails_well():
Expand Down

0 comments on commit e8fd320

Please sign in to comment.