From c617191a3b33c0f5e1be6390361dbe540775d158 Mon Sep 17 00:00:00 2001 From: Igor Makunin <igor.makunin@gmail.com> Date: Thu, 10 Feb 2022 16:49:35 +0300 Subject: Restoring authorship annotation for Igor Makunin <igor.makunin@gmail.com>. Commit 2 of 2. --- library/cpp/monlib/counters/histogram_ut.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/cpp/monlib/counters/histogram_ut.cpp') diff --git a/library/cpp/monlib/counters/histogram_ut.cpp b/library/cpp/monlib/counters/histogram_ut.cpp index c45a6237ac..5a0800505a 100644 --- a/library/cpp/monlib/counters/histogram_ut.cpp +++ b/library/cpp/monlib/counters/histogram_ut.cpp @@ -41,7 +41,7 @@ Y_UNIT_TEST_SUITE(THistorgamTest) { UNIT_ASSERT_EQUAL(snapshot.Percentile98, 5); UNIT_ASSERT_EQUAL(snapshot.Percentile99, 5); UNIT_ASSERT_EQUAL(snapshot.Percentile999, 5); - - UNIT_ASSERT_EQUAL(snapshot.TotalCount, 14); + + UNIT_ASSERT_EQUAL(snapshot.TotalCount, 14); } } -- cgit v1.2.3