mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
use Uda instead of UDA
This commit is contained in:
parent
51a854cfef
commit
ad464c4779
5 changed files with 56 additions and 56 deletions
|
@ -400,7 +400,7 @@ static void test_task_udas(void) {
|
|||
tc_task_to_mut(task, rep);
|
||||
|
||||
TCString *value;
|
||||
TCUDAList udas;
|
||||
TCUdaList udas;
|
||||
|
||||
TEST_ASSERT_NULL(tc_task_get_uda(task, tc_string_borrow("ns"), tc_string_borrow("u1")));
|
||||
TEST_ASSERT_NULL(tc_task_get_legacy_uda(task, tc_string_borrow("leg1")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue