Update unit test after updating codeception/verify

[MAILPOET-5591]
This commit is contained in:
Jan Lysý
2023-10-24 17:30:07 +02:00
committed by Jan Lysý
parent c2cb18ef37
commit 2b0d1ea5c1
4 changed files with 49 additions and 49 deletions

View File

@@ -37,6 +37,6 @@ class PreprocessManagerTest extends \MailPoetUnitTest {
$preprocessManager = new PreprocessManager($cleanup, $topLevel, $blocksWidth, $typography);
$preprocessManager->registerPreprocessor($secondPreprocessor);
expect($preprocessManager->preprocess([], $layoutStyles))->equals([]);
verify($preprocessManager->preprocess([], $layoutStyles))->equals([]);
}
}