aboutsummaryrefslogtreecommitdiffstats
path: root/util/draft
diff options
context:
space:
mode:
authorSergey Polovko <sergey@polovko.me>2022-02-10 16:47:02 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:02 +0300
commit3e0b762a82514bac89c1dd6ea7211e381d8aa248 (patch)
treec2d1b379ecaf05ca8f11ed0b5da9d1a950e6e554 /util/draft
parentab3783171cc30e262243a0227c86118f7080c896 (diff)
downloadydb-3e0b762a82514bac89c1dd6ea7211e381d8aa248.tar.gz
Restoring authorship annotation for Sergey Polovko <sergey@polovko.me>. Commit 1 of 2.
Diffstat (limited to 'util/draft')
-rw-r--r--util/draft/datetime_ut.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/draft/datetime_ut.cpp b/util/draft/datetime_ut.cpp
index a5e065ef6e..76f0508302 100644
--- a/util/draft/datetime_ut.cpp
+++ b/util/draft/datetime_ut.cpp
@@ -54,11 +54,11 @@ Y_UNIT_TEST_SUITE(TSimpleTMTest) {
Y_UNIT_TEST(TestLeap) {
using namespace NDatetime;
- UNIT_ASSERT(LeapYearAD(2000));
- UNIT_ASSERT(LeapYearAD(2012));
- UNIT_ASSERT(!LeapYearAD(1999));
- UNIT_ASSERT(LeapYearAD(2004));
- UNIT_ASSERT(!LeapYearAD(1900));
+ UNIT_ASSERT(LeapYearAD(2000));
+ UNIT_ASSERT(LeapYearAD(2012));
+ UNIT_ASSERT(!LeapYearAD(1999));
+ UNIT_ASSERT(LeapYearAD(2004));
+ UNIT_ASSERT(!LeapYearAD(1900));
}
Y_UNIT_TEST(TestYDayConversion) {