Skip to content

Commit

Permalink
Update ProductAttributesFinderSpec.php
Browse files Browse the repository at this point in the history
  • Loading branch information
damonsson committed Nov 13, 2019
1 parent ed9a29f commit 29e3091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Finder/ProductAttributesFinderSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function it_finds_by_taxon(

$attributesByTaxonQueryBuilder->buildQuery(['taxons' => 'book'])->willReturn($query);

$attributesFinder->find($query, 9999999)->willReturn([]);
$attributesFinder->find($query, 9999)->willReturn([]);

$this->findByTaxon($taxon)->shouldBeEqualTo([]);
}
Expand Down

0 comments on commit 29e3091

Please sign in to comment.