diff options
| -rw-r--r-- | test/util_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util_test.cc b/test/util_test.cc index f50a1620e..5273aa323 100644 --- a/test/util_test.cc +++ b/test/util_test.cc @@ -200,7 +200,7 @@ BOOST_AUTO_TEST_CASE(rfc_2822_date_test) auto test = rfc_2822_date(day_index * day); BOOST_CHECK( test == fmt::format(format, hours, tz) || - test == fmt::format(format, hours + 1, tz) + test == fmt::format(format, hours - 1, tz) ); }; |
