Test: Fixed test broken by command category rename.

This commit is contained in:
Paul Beckingham 2015-09-04 07:56:50 -04:00
parent 7bea132bd5
commit aae29cbcfd

View file

@ -75,7 +75,7 @@ class TestZshCompletion(TestCase):
code, out, err = self.t("_zshcommands")
self.assertIn("\nfoobar:report:", out)
self.assertIn("\ninformation:interrogator:", out)
self.assertIn("\ninformation:metadata:", out)
self.assertIn("\nexport:migration:", out)
self.assertNotIn(":unassigned:", out)