mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Fixed test that assumed old-style command usage. - Corrected duration unit tests.
This commit is contained in:
parent
32392b8650
commit
e1aea08f81
4 changed files with 9 additions and 8 deletions
|
@ -176,7 +176,7 @@ void Command::factory (std::map <std::string, Command*>& all)
|
|||
|
||||
c = new CmdCustom (
|
||||
*report,
|
||||
"task " + *report + " [tags] [attrs] desc...",
|
||||
"task " + *report + " [<filter>]",
|
||||
context.config.get ("report." + *report + ".description"));
|
||||
|
||||
all[c->keyword ()] = c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue