mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Fixed brokend color.footnote test
This commit is contained in:
parent
6374246d02
commit
f7d47b8ee6
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class TestColorRules(TestCase):
|
||||||
|
|
||||||
def test_color_footnote(self):
|
def test_color_footnote(self):
|
||||||
"""Footnote color."""
|
"""Footnote color."""
|
||||||
code, out, err = self.t('rc.verbose=footnote /control/')
|
code, out, err = self.t('rc.verbose=on /control/')
|
||||||
self.assertIn('\x1b[31mConfiguration override', err)
|
self.assertIn('\x1b[31mConfiguration override', err)
|
||||||
|
|
||||||
def test_color_debug(self):
|
def test_color_debug(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue