From 29e30910ceec169a2b414763a4612d865ec7c55c Mon Sep 17 00:00:00 2001 From: Damian Murawski Date: Wed, 13 Nov 2019 11:58:23 +0100 Subject: [PATCH] Update ProductAttributesFinderSpec.php --- spec/Finder/ProductAttributesFinderSpec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Finder/ProductAttributesFinderSpec.php b/spec/Finder/ProductAttributesFinderSpec.php index 72072aa8..23e54aa0 100644 --- a/spec/Finder/ProductAttributesFinderSpec.php +++ b/spec/Finder/ProductAttributesFinderSpec.php @@ -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([]); }