diff options
| author | levlam <levlam@telegram.org> | 2021-11-21 21:41:11 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-11-21 21:41:11 +0300 |
| commit | a28b5f2fbb70ab35f22cc3d14c03d62d3cd8bccc (patch) | |
| tree | 2a2b7a288b80144e46e79ea2030288fb6d1088f6 /test/secret.cpp | |
| parent | 5e34f0764118332b297626bcad216828a10a3683 (diff) | |
Remove explicit verbosity level changes in tests.
Diffstat (limited to 'test/secret.cpp')
| -rw-r--r-- | test/secret.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/secret.cpp b/test/secret.cpp index 5dd40afb3..4b34d65f2 100644 --- a/test/secret.cpp +++ b/test/secret.cpp @@ -1001,7 +1001,6 @@ void FakeSecretChatContext::on_read_message(int64, Promise<> promise) { TEST(Secret, go) { return; - SET_VERBOSITY_LEVEL(VERBOSITY_NAME(ERROR)); ConcurrentScheduler sched; int threads_n = 0; sched.init(threads_n); |
