diff --git a/web/modules/custom/atdc/tests/src/Unit/PostNodeRepositoryUnitTest.php b/web/modules/custom/atdc/tests/src/Unit/PostNodeRepositoryUnitTest.php index 9f548db..19259cd 100644 --- a/web/modules/custom/atdc/tests/src/Unit/PostNodeRepositoryUnitTest.php +++ b/web/modules/custom/atdc/tests/src/Unit/PostNodeRepositoryUnitTest.php @@ -2,9 +2,9 @@ namespace Drupal\Tests\atdc\Unit; +use Drupal\atdc\Repository\PostNodeRepository; use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; -use Drupal\atdc\Repository\PostNodeRepository; use Drupal\node\NodeInterface; use Drupal\Tests\UnitTestCase;