Update editor/editor_tests/ui2oh_test.cpp
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
This commit is contained in:
parent
84da6a8d8e
commit
c7362ab2e1
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Reference in a new issue