mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test: Correct output message of an undo test
This commit is contained in:
parent
64e7939122
commit
0f8c995934
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class TestUndo(TestCase):
|
|||
"""Verify that en-passant changes during undo are an error"""
|
||||
self.t("add one")
|
||||
code, out, err = self.t.runError("undo +tag")
|
||||
self.assertIn("Command line modifications are not supported by this command.", err)
|
||||
self.assertIn("The undo command does not allow further task modification.", err)
|
||||
|
||||
|
||||
class TestBug634(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue