diff options
author | Igor Makunin <[email protected]> | 2022-02-10 16:49:35 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:35 +0300 |
commit | f7a438035f19b364b5479caf536990e82b174f38 (patch) | |
tree | 5f15d64d88d75f4cd73740339f36970716572e95 /library/cpp/monlib/counters/histogram_ut.cpp | |
parent | 492d4842b42175970fd597869540936bf152ffb1 (diff) |
Restoring authorship annotation for Igor Makunin <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/monlib/counters/histogram_ut.cpp')
-rw-r--r-- | library/cpp/monlib/counters/histogram_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/monlib/counters/histogram_ut.cpp b/library/cpp/monlib/counters/histogram_ut.cpp index 5a0800505ab..c45a6237ac8 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); } } |