Skip to content

Commit

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

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

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

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

0 comments on commit ed9a29f

Please sign in to comment.