Skip to content

Commit

Permalink
debugged
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthospap committed Sep 29, 2024
1 parent e234a55 commit f482331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/datetime_diff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int main() {

assert(
std::abs(
rndd.diff<DateTimeDifferenceType::FractionalDays>(d1).seconds() -
rndd.diff<DateTimeDifferenceType::FractionalDays>(d1).days() -
to_fractional_days(isec).seconds() * intrvl.sign()) <=
FDAY_PRECISION);

Expand Down

0 comments on commit f482331

Please sign in to comment.