Skip to content

Commit

Permalink
OP-225: Spec test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GracjanJozefczyk committed Jun 3, 2024
1 parent b90179e commit 9bdb055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Finder/NamedProductsFinderSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function it_finds_by_partial_name_of_products(
FinderInterface $productsFinder,
AbstractQuery $query
): void {
$productsByPartialNameQueryBuilder->buildQuery(['name' => 'part'])->willReturn($query);
$productsByPartialNameQueryBuilder->buildQuery(['query' => 'part'])->willReturn($query);

$productsFinder->find($query)->willReturn([]);

Expand Down

0 comments on commit 9bdb055

Please sign in to comment.