Skip to content

Commit

Permalink
增加GetCrossedMonths支持
Browse files Browse the repository at this point in the history
  • Loading branch information
echo766 committed Dec 30, 2024
1 parent 509cf98 commit d1ffc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/core/time/TestCase_Core_Time_Time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ void TestCase_Core_Time_Time::CrossTimePeriodTest()
0);
crossedMonthsTestLbda(LLBC_Time::FromTimeStr("2024-02-29 00:00:00"),
LLBC_Time::FromTimeStr("2024-03-01 00:00:00"),
LLBC_TimeSpan::FromDays(31),
LLBC_TimeSpan::FromDays(30),
1);
crossedMonthsTestLbda(LLBC_Time::FromTimeStr("2024-02-29 00:00:00"),
LLBC_Time::FromTimeStr("2024-03-01 00:00:00"),
Expand Down

0 comments on commit d1ffc8a

Please sign in to comment.