Skip to content
Snippets Groups Projects
Commit 08281cd7 authored by omkar podey's avatar omkar podey Committed by Adam G-H
Browse files

Issue #3339719 by omkar.podey, phenaproxima, tedbow, Wim Leers: Tests failing...

Issue #3339719 by omkar.podey, phenaproxima, tedbow, Wim Leers: Tests failing on failing on 9.x core branches because of deprecation error
parent 0a13aeb5
No related branches found
No related tags found
1 merge request!689Issue #3339719: Tests failing on failing on 9.x core branches because of deprecation error
......@@ -76,7 +76,8 @@ class RequestedUpdateValidatorTest extends AutomaticUpdatesKernelTestBase {
$updater = $this->container->get('automatic_updates.updater');
$updater->begin(['drupal' => '9.8.1']);
$updater->stage();
$this->expectErrorMessage('No updates detected in the staging area.');
$this->expectException(StageValidationException::class);
$this->expectExceptionMessage('No updates detected in the staging area.');
$updater->apply();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment