Skip to content

Commit

Permalink
GH-54 fix(tests): add reviews in test data
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jul 14, 2020
1 parent e853ab1 commit 00cbb94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages-tests/data/test-category.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"categoryId": "test-category",
"postId": "blog-post-slug"
}
}
},
"reviews": []
}
],
"featuredBlogPosts": [
Expand Down Expand Up @@ -213,7 +214,8 @@
"categoryId": "test-category",
"postId": "blog-post-slug"
}
}
},
"reviews": []
}
],
"name": "Test category",
Expand Down

0 comments on commit 00cbb94

Please sign in to comment.