From aae29cbcfda2db5ff9d90e20187368fad0f31af7 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 4 Sep 2015 07:56:50 -0400 Subject: [PATCH] Test: Fixed test broken by command category rename. --- test/completion.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/completion.t b/test/completion.t index a64e990c3..69b1392b8 100755 --- a/test/completion.t +++ b/test/completion.t @@ -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)