aboutsummaryrefslogtreecommitdiffstats
path: root/util/draft
diff options
context:
space:
mode:
authorSergey Polovko <sergey@polovko.me>2022-02-10 16:47:03 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:03 +0300
commit2e714b5ebd40a1f4cc31c27f1ad6e49ca6d895f5 (patch)
treeb83306b6e37edeea782e9eed673d89286c4fef35 /util/draft
parent3e0b762a82514bac89c1dd6ea7211e381d8aa248 (diff)
downloadydb-2e714b5ebd40a1f4cc31c27f1ad6e49ca6d895f5.tar.gz
Restoring authorship annotation for Sergey Polovko <sergey@polovko.me>. Commit 2 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 76f0508302..a5e065ef6e 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) {