mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Add Replica::num_undo_points and exclude undo points from num_operations
This commit is contained in:
parent
17726ddfe4
commit
4a1556ccb9
6 changed files with 79 additions and 6 deletions
|
@ -109,7 +109,7 @@ static void test_replica_working_set(void) {
|
|||
|
||||
tc_working_set_free(ws);
|
||||
|
||||
TEST_ASSERT_EQUAL(19, tc_replica_num_local_operations(rep));
|
||||
TEST_ASSERT_EQUAL(18, tc_replica_num_local_operations(rep));
|
||||
|
||||
tc_replica_free(rep);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue