Skip to content

Commit

Permalink
chore: 🤖 update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinCK committed Jan 2, 2019
1 parent f019e99 commit c2c93e7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions test/assets/fixtures/Post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ items:
post1:
title: '{{name.title}}'
description: '{{lorem.paragraphs}}'
user: '@user<($current)>'
user: '@user($current)'
post2:
title: '{{name.title}}'
description: '{{lorem.paragraphs}}'
user: '@user<($current)>'
user: '@user($current)'
post3:
title: '{{name.title}}'
description: '{{lorem.paragraphs}}'
user: '@user<($current)>'
user: '@user($current)'
post4:
title: '{{name.title}}'
description: '{{lorem.paragraphs}}'
user: '@user<($current)>'
user: '@user($current)'
24 changes: 12 additions & 12 deletions test/assets/fixtures/Profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ entity: Profile
parameters: {}
items:
profile1:
aboutMe: <%= ['about string <($current)>', 'about string 2', 'about string 3'].join(", ") %>
skype: skype-account<($current)>
language: english<($current)>
aboutMe: <%= ['about string', 'about string 2', 'about string 3'].join(", ") %>
skype: skype-account>
language: english
profile2:
aboutMe: <%= ['about string <($current)>', 'about string 2', 'about string 3'].join(", ") %>
skype: skype-account<($current)>
language: english<($current)>
aboutMe: <%= ['about string', 'about string 2', 'about string 3'].join(", ") %>
skype: skype-account
language: english
profile3:
aboutMe: <%= ['about string <($current)>', 'about string 2', 'about string 3'].join(", ") %>
skype: skype-account<($current)>
language: english<($current)>
aboutMe: <%= ['about string', 'about string 2', 'about string 3'].join(", ") %>
skype: skype-account
language: english
profile4:
aboutMe: <%= ['about string <($current)>', 'about string 2', 'about string 3'].join(", ") %>
skype: skype-account<($current)>
language: english<($current)>
aboutMe: <%= ['about string', 'about string 2', 'about string 3'].join(", ") %>
skype: skype-account
language: english

0 comments on commit c2c93e7

Please sign in to comment.