mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Update burndown.t
Fixed indentation error.
This commit is contained in:
parent
cb07e93ddd
commit
bad672dc0a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class TestBurndownCommand(TestCase):
|
|||
def test_burndown_daily_non_cumulative(self):
|
||||
"""Ensure burndown.daily in non-cumulative mode generates a chart"""
|
||||
self.t.config("burndown.cumulative", False)
|
||||
code, out, err = self.t("burndown.daily")
|
||||
code, out, err = self.t("burndown.daily")
|
||||
self.assertIn("Daily Burndown", out)
|
||||
self.assertIn(".", out)
|
||||
self.assertIn("+", out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue