Skip to content

Commit

Permalink
remove empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Jun 7, 2013
1 parent 90d9edf commit 9ebc1b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kuyruk/test/test_kuyruk.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,6 @@ def test_class_task_apply(self, mock_func):
cat.meow.apply('Oh my god')
mock_func.assert_called_once_with()

def test_class_task_fail(self):
pass

def test_arg_class(self):
cat = tasks.Cat(1, 'Felix')
tasks.jump(cat)
Expand Down

0 comments on commit 9ebc1b0

Please sign in to comment.