Skip to content

Commit

Permalink
remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Aug 24, 2022
1 parent 928b21a commit 8ababa9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/Http/Place/UpdateAddressRequestHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
use CultuurNet\UDB3\Language;
use CultuurNet\UDB3\Model\ValueObject\Geography\CountryCode;
use CultuurNet\UDB3\Place\Commands\UpdateAddress;
use CultuurNet\UDB3\ReadModel\InMemoryDocumentRepository;
use CultuurNet\UDB3\ReadModel\JsonDocument;
use InvalidArgumentException;
use PHPUnit\Framework\TestCase;

Expand All @@ -40,12 +38,6 @@ protected function setUp(): void
{
$this->commandBus = new TraceableCommandBus();

$placeDocumentRepository = new InMemoryDocumentRepository();

$placeDocumentRepository->save(
new JsonDocument(self::PLACE_ID, '{}')
);

$this->updateAddressRequestHandler = new UpdateAddressRequestHandler(
$this->commandBus
);
Expand Down

0 comments on commit 8ababa9

Please sign in to comment.