mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-05 04:57:21 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
85a1508a01
commit
100e2530bc
1 changed files with 7 additions and 1 deletions
|
@ -73,7 +73,13 @@ class TestUndo(TestCase):
|
||||||
# modification-time updates if the modifications spanned a second boundary.
|
# modification-time updates if the modifications spanned a second boundary.
|
||||||
self.assertRegex(
|
self.assertRegex(
|
||||||
out,
|
out,
|
||||||
'\s+'.join([r"""[0-9a-f-]{36} (Update property 'modified' from\s+'[0-9]+' to '[0-9]+'\s+)?Add tag 'sometag'\s+Add property 'tags' with value 'sometag'"""] * 3))
|
"\s+".join(
|
||||||
|
[
|
||||||
|
r"""[0-9a-f-]{36} (Update property 'modified' from\s+'[0-9]+' to '[0-9]+'\s+)?Add tag 'sometag'\s+Add property 'tags' with value 'sometag'"""
|
||||||
|
]
|
||||||
|
* 3
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
||||||
def test_undo_en_passant(self):
|
def test_undo_en_passant(self):
|
||||||
"""Verify that en-passant changes during undo are an error"""
|
"""Verify that en-passant changes during undo are an error"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue