aboutsummaryrefslogtreecommitdiffstats
path: root/util/datetime
diff options
context:
space:
mode:
authordmasloff <dmasloff@yandex-team.com>2024-08-30 19:55:50 +0300
committerdmasloff <dmasloff@yandex-team.com>2024-08-30 20:16:45 +0300
commitd1833df14252315c0719e3cc9fccf3c85bce2811 (patch)
tree97d7c4bde691fcd51fdcada5c8837d8504e4f38d /util/datetime
parent818158c749f5719316a3471a224a70ff6be9100e (diff)
downloadydb-d1833df14252315c0719e3cc9fccf3c85bce2811.tar.gz
Remove Y_UNIT_TEST from config.clang-format
Remove Y_UNIT_TEST from config.clang-format 853b6da2c4464342d4cfe7756c18ed599004fdd8
Diffstat (limited to 'util/datetime')
-rw-r--r--util/datetime/base_ut.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/datetime/base_ut.cpp b/util/datetime/base_ut.cpp
index 3482feafac..3c03626787 100644
--- a/util/datetime/base_ut.cpp
+++ b/util/datetime/base_ut.cpp
@@ -534,7 +534,6 @@ Y_UNIT_TEST_SUITE(DateTimeTest) {
}
Y_UNIT_TEST(TestTDurationConstructorFromStdChronoDuration) {
-
UNIT_ASSERT_VALUES_EQUAL(TDuration::Zero(), TDuration(0ms));
UNIT_ASSERT_VALUES_EQUAL(TDuration::MicroSeconds(42), TDuration(42us));
UNIT_ASSERT_VALUES_EQUAL(TDuration::MicroSeconds(42000000000000L), TDuration(42000000000000us));