Skip to content

Commit a347a7f

Browse files
authored
Update FeaturedRecipes.spec.js
1 parent 63169ea commit a347a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/components/FeaturedRecipes.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('FeaturedRecipes', () => {
4040
});
4141

4242
test('expand featured list if Load More clicked', () => {
43-
const EXPECTED_SIZE = wrapper.vm.featuredList[0].size + 6;
43+
const EXPECTED_SIZE = wrapper.vm.featuredList[0].size + 3;
4444
wrapper.vm.loadMore(0);
4545

4646
expect(wrapper.vm.featuredList[0].size).toBe(EXPECTED_SIZE);

0 commit comments

Comments
 (0)