fix unit test and another workaround for intel compilers

This commit is contained in:
Axel Kohlmeyer
2025-01-12 19:42:03 -05:00
parent c8a46fe4ce
commit 4519489f8b
2 changed files with 2 additions and 2 deletions

View File

@ -1073,7 +1073,7 @@ TEST(Utils, timespec2seconds_mmfraction)
TEST(Utils, timespec2seconds_invalid)
{
ASSERT_DOUBLE_EQ(utils::timespec2seconds("2:aa:45"), -1.0);
ASSERT_THROW(utils::timespec2seconds("2:aa:45"), TokenizerException);
}
TEST(Utils, date2num)