aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/online.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-04-18 18:15:01 +0300
committerlevlam <levlam@telegram.org>2025-04-18 18:15:01 +0300
commit198d3249139ca4657633fc728d0e21217235c9a7 (patch)
treec8703b2fc97f9ec95fa4885b64cad651f444ae4d /test/online.cpp
parentbf686b7b02187586b95b3ebaf35213709a1a1ab1 (diff)
Fix test-online compilation.
Diffstat (limited to 'test/online.cpp')
-rw-r--r--test/online.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/online.cpp b/test/online.cpp
index ca8396373..29cd4ba50 100644
--- a/test/online.cpp
+++ b/test/online.cpp
@@ -491,7 +491,7 @@ class TestTd : public Actor {
private:
Options options_;
ActorOwn<TestClient> alice_;
- GetMe::Result alice_id_ = 0;
+ GetMe::Result alice_id_;
std::string alice_cache_dir_;
ActorOwn<TestClient> bob_;