Fix incorrect namespace
This commit is contained in:
parent
0b1003a17d
commit
a73adeca41
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
declare(strict_types=1);
|
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\KernelTests\Core\Entity\EntityKernelTestBase;
|
||||||
use Drupal\opdavies_blog\Entity\Node\Post;
|
use Drupal\opdavies_blog\Entity\Node\Post;
|
||||||
|
|
Loading…
Reference in a new issue