Skip to content

Commit

Permalink
Fix TestSplit negtive test (Fixes #1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jul 4, 2021
1 parent 382b9e6 commit 43ff638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def test_split(self):
self.assertEqual(expected, actual)

with self.assertRaises(ValueError):
Join(10, "foobar")
Split(10, "foobar")


class TestJoin(unittest.TestCase):
Expand Down

0 comments on commit 43ff638

Please # to comment.