Skip to content

Commit

Permalink
Merge pull request #3888 from marmelab/fix-incorrect-test-data
Browse files Browse the repository at this point in the history
[RFR] fix incorrect test data in simple example
  • Loading branch information
fzaninotto authored Oct 28, 2019
2 parents 8590fdc + 8e992e3 commit a74b784
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/simple/src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default {
views: 143,
average_note: 2.72198,
commentable: true,
pictures: {
first: {
pictures: [
{
name: 'the picture name',
url: 'http://www.photo-libre.fr/paysage/1.jpg',
metas: {
Expand All @@ -30,11 +30,11 @@ export default {
],
},
},
second: {
{
name: 'better name',
url: 'http://www.photo-libre.fr/paysage/2.jpg',
},
},
],
published_at: new Date('2012-08-06'),
tags: [1, 3],
category: 'tech',
Expand Down Expand Up @@ -236,7 +236,7 @@ export default {
tags: [],
category: 'lifestyle',
subcategory: 'fitness',
pictures: { first: {}, second: {} },
pictures: [],
backlinks: [
{
date: '2012-08-07T00:00:00.000Z',
Expand Down

0 comments on commit a74b784

Please sign in to comment.