diff --git a/test/burndown.t b/test/burndown.t index a39454210..3b3326052 100755 --- a/test/burndown.t +++ b/test/burndown.t @@ -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)