Adapt tests to changed note

This commit is contained in:
Martchus 2023-05-28 22:37:19 +02:00
parent 30a80e7aca
commit feadac7a66
1 changed files with 1 additions and 1 deletions

View File

@ -953,5 +953,5 @@ void BuildActionsTests::testBuildServiceCleanup()
CPPUNIT_ASSERT_EQUAL_MESSAGE("one note", 1_st, messages.notes.size());
CPPUNIT_ASSERT_EQUAL_MESSAGE("no warnings", std::vector<std::string>(), messages.warnings);
TESTUTILS_ASSERT_LIKE("expected error", "unable to locate package cache directories:.*No such file or directory.*", messages.errors.front());
TESTUTILS_ASSERT_LIKE("expected note", "deleted 1 build actions", messages.notes.front());
TESTUTILS_ASSERT_LIKE("expected note", "deleted 0 build actions", messages.notes.front());
}