Fix incorrect namespace

This commit is contained in:
Oliver Davies 2020-12-17 23:08:40 +00:00
parent 0b1003a17d
commit a73adeca41

View file

@ -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;