aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-04-14 16:13:02 +0300
committerlevlam <levlam@telegram.org>2025-04-14 16:13:02 +0300
commit0f098a3207d4c8968f1fdda50e165f6654652687 (patch)
tree09585a96da7dd5ef0accef6360ef1d2d336b7d35 /tdutils
parentef2825148101449c598a36ed0aefbee5fc0ee356 (diff)
Fix warning.
Diffstat (limited to 'tdutils')
-rw-r--r--tdutils/test/ChainScheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdutils/test/ChainScheduler.cpp b/tdutils/test/ChainScheduler.cpp
index d338eeccd..8194d4b73 100644
--- a/tdutils/test/ChainScheduler.cpp
+++ b/tdutils/test/ChainScheduler.cpp
@@ -109,7 +109,7 @@ TEST(ChainScheduler, Stress) {
int ChainsN = 4;
struct QueryWithParents {
- TaskId task_id = -1;
+ TaskId task_id = 0;
QueryPtr id;
td::vector<QueryPtr> parents;
};