mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: expectedFailure decorator takes no arguments
This commit is contained in:
parent
a2384eadde
commit
b9bc0f8c87
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ class TestBug697(TestCase):
|
|||
self.assertEqual("BLOCKED\n", out)
|
||||
|
||||
|
||||
@unittest.expectedFailure("Waiting for TW-1262")
|
||||
@unittest.expectedFailure
|
||||
class TestBug1262(TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue