aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/helper
diff options
context:
space:
mode:
authorgleb-kov <gleb-kov@yandex-team.ru>2022-02-10 16:46:22 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:22 +0300
commit7b1cfa32681104c8468c5824c79fd80d9a88a579 (patch)
tree499e0a6e0f35aba718ac262605efb4342996bdca /library/cpp/messagebus/test/helper
parent89973d10cfeccd97d2f25449a523c93940565edf (diff)
downloadydb-7b1cfa32681104c8468c5824c79fd80d9a88a579.tar.gz
Restoring authorship annotation for <gleb-kov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/test/helper')
-rw-r--r--library/cpp/messagebus/test/helper/object_count_check.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/messagebus/test/helper/object_count_check.h b/library/cpp/messagebus/test/helper/object_count_check.h
index 1c4756e58c..b13ca07185 100644
--- a/library/cpp/messagebus/test/helper/object_count_check.h
+++ b/library/cpp/messagebus/test/helper/object_count_check.h
@@ -11,7 +11,7 @@
#include <library/cpp/messagebus/scheduler/scheduler.h>
#include <util/generic/object_counter.h>
-#include <util/system/type_name.h>
+#include <util/system/type_name.h>
#include <util/stream/output.h>
#include <typeinfo>
@@ -49,7 +49,7 @@ struct TObjectCountCheck {
}
void operator()() {
- UNIT_ASSERT_VALUES_EQUAL_C(0L, TObjectCounter<T>::ObjectCount(), TypeName<T>());
+ UNIT_ASSERT_VALUES_EQUAL_C(0L, TObjectCounter<T>::ObjectCount(), TypeName<T>());
}
};