Skip to content

Commit 0f098a3

Browse files
committed
Fix warning.
1 parent ef28251 commit 0f098a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tdutils/test/ChainScheduler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ TEST(ChainScheduler, Stress) {
109109
int ChainsN = 4;
110110

111111
struct QueryWithParents {
112-
TaskId task_id = -1;
112+
TaskId task_id = 0;
113113
QueryPtr id;
114114
td::vector<QueryPtr> parents;
115115
};

0 commit comments

Comments
 (0)