Update editor/editor_tests/ui2oh_test.cpp

Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
This commit is contained in:
Alexander Borsuk 2024-05-19 23:32:00 +02:00 committed by GitHub
parent 84da6a8d8e
commit c7362ab2e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,8 +361,7 @@ UNIT_TEST(OpeningHours2TimeTableSet_off)
TEST(MakeTimeTableSet(oh, tts), ());
TEST_EQUAL(tts.Size(), 1, ());
TEST_EQUAL(tts.GetUnhandledDays(),
OpeningDays({osmoh::Weekday::Monday}), ());
TEST_EQUAL(tts.GetUnhandledDays(), OpeningDays({osmoh::Weekday::Monday}), ());
auto const tt = tts.Get(0);