Skip to content

Commit

Permalink
Applied review remark
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Nov 4, 2024
1 parent c0a09bf commit 44bcf9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/Serializer/SerializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ protected function setUp(): void
Serializer::class,
'ibexa.rest.serializer',
);
$this->locationService = $this->getIbexaTestCore()->getServiceByClassName(
LocationService::class,
);
$this->locationService = $this->getIbexaTestCore()->getLocationService();
}

public function testSerializeTestDataObject(): void
Expand Down

0 comments on commit 44bcf9e

Please sign in to comment.