Skip to content

Commit

Permalink
fixed spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Oct 21, 2024
1 parent 1506307 commit 4fa00e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/GraphQL/ContentQueryFieldDefinitionMapperSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function let(
->willReturn($contentType);

$nameHelper
->domainContentName($contentType)
->itemName($contentType)
->willReturn(self::GRAPHQL_TYPE);

$this->beConstructedWith($innerMapper, $nameHelper, $contentTypeService, self::FIELD_TYPE_IDENTIFIER);
Expand Down

0 comments on commit 4fa00e8

Please sign in to comment.