Test: Corrected test

This commit is contained in:
Paul Beckingham 2015-08-12 10:03:11 -04:00
parent 392a5dacd9
commit 593b334d5e

View file

@ -80,7 +80,7 @@ class TestDefaults(TestCase):
def test_default_command(self):
self.t("add foo")
code, out, err = self.t("")
code, out, err = self.t()
self.assertIn("foo", out)