Skip to content

Commit

Permalink
testing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Will McGinnis committed Aug 8, 2016
1 parent 784683a commit 6a230ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/test_rdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,6 @@ def test_not_implemented_methods(self):
with self.assertRaises(NotImplementedError):
rdd.keyBy(None)

with self.assertRaises(NotImplementedError):
rdd.repartition(None)

with self.assertRaises(NotImplementedError):
rdd.coalesce(None, None)

Expand Down

0 comments on commit 6a230ac

Please sign in to comment.