replace a use of Task::data in tests

This commit is contained in:
Dustin J. Mitchell
2021-12-17 00:56:46 +00:00
committed by Tomas Babej
parent 9f149a7f35
commit 3a61289f6c

View File

@@ -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");
////////////////////////////////////////////////////////////////////////////////