diff --git a/web/modules/custom/blog/tests/src/Kernel/Entity/Node/PostTest.php b/web/modules/custom/blog/tests/src/Kernel/Entity/Node/PostTest.php index e123f3ae1..b33a458cd 100644 --- a/web/modules/custom/blog/tests/src/Kernel/Entity/Node/PostTest.php +++ b/web/modules/custom/blog/tests/src/Kernel/Entity/Node/PostTest.php @@ -4,7 +4,7 @@ declare(strict_types=1); -namespace Drupal\Tests\custom\Kernel\Entity\Node; +namespace Drupal\Tests\opdavies_blog\Kernel\Entity\Node; use Drupal\KernelTests\Core\Entity\EntityKernelTestBase; use Drupal\opdavies_blog\Entity\Node\Post;