Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-teck committed Mar 5, 2024
1 parent 556917a commit 48c8923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sut/peach/tests/src/Kernel/ModuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Drupal\Tests\plantain\Kernel;
namespace Drupal\Tests\peach\Kernel;

use Drupal\KernelTests\KernelTestBase;

Expand Down Expand Up @@ -42,7 +42,7 @@ public function testInfo(): void {
'type' => 'module',
'description' => 'Simple module generated by DCG.',
'package' => 'DCG',
'core_version_requirement' => '^10',
'core_version_requirement' => '^10 || ^11',
'dependencies' => [
'drupal:action',
'drupal:node',
Expand Down

0 comments on commit 48c8923

Please sign in to comment.