aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mtproto.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-11-21 21:41:11 +0300
committerlevlam <levlam@telegram.org>2021-11-21 21:41:11 +0300
commita28b5f2fbb70ab35f22cc3d14c03d62d3cd8bccc (patch)
tree2a2b7a288b80144e46e79ea2030288fb6d1088f6 /test/mtproto.cpp
parent5e34f0764118332b297626bcad216828a10a3683 (diff)
Remove explicit verbosity level changes in tests.
Diffstat (limited to 'test/mtproto.cpp')
-rw-r--r--test/mtproto.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/mtproto.cpp b/test/mtproto.cpp
index a9a0cb09c..c886f5f60 100644
--- a/test/mtproto.cpp
+++ b/test/mtproto.cpp
@@ -49,7 +49,6 @@
using namespace td;
TEST(Mtproto, GetHostByNameActor) {
- SET_VERBOSITY_LEVEL(VERBOSITY_NAME(ERROR));
ConcurrentScheduler sched;
int threads_n = 1;
sched.init(threads_n);
@@ -667,7 +666,6 @@ TEST(Mtproto, Grease) {
}
TEST(Mtproto, TlsTransport) {
- SET_VERBOSITY_LEVEL(VERBOSITY_NAME(ERROR));
ConcurrentScheduler sched;
int threads_n = 1;
sched.init(threads_n);