mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
expose Replica::num_local_operations via FFI
This commit is contained in:
parent
fd504b7d66
commit
20823b7a73
3 changed files with 20 additions and 0 deletions
|
@ -109,6 +109,8 @@ static void test_replica_working_set(void) {
|
|||
|
||||
tc_working_set_free(ws);
|
||||
|
||||
TEST_ASSERT_EQUAL(19, tc_replica_num_local_operations(rep));
|
||||
|
||||
tc_replica_free(rep);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue