mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
replace a use of Task::data in tests
This commit is contained in:
parent
9f149a7f35
commit
3a61289f6c
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ TODO Task::decode
|
|||
test.is (task.composeF4 (), "[name:\"value\"]", "Task::remove");
|
||||
|
||||
// Task::all
|
||||
test.is (task.data_removeme ().size (), (size_t)1, "Task::all size");
|
||||
test.is (task.all ().size (), (size_t)1, "Task::all size");
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue