mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Hooks
- Modified expected output from an on-modify hooks script, because it's 1 line of JSON, not 2.
This commit is contained in:
parent
fa528beb58
commit
8fb3161a02
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ void Hooks::onModify (const Task& before, Task& after)
|
|||
std::vector <std::string> outputFeedback;
|
||||
separateOutput (output, outputJSON, outputFeedback);
|
||||
|
||||
assertNTasks (outputJSON, 2);
|
||||
assertNTasks (outputJSON, 1);
|
||||
assertValidJSON (outputJSON);
|
||||
assertSameTask (outputJSON, before);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue