mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Test: Fixed test broken by command category rename.
This commit is contained in:
parent
7bea132bd5
commit
aae29cbcfd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue