Skip to content

Commit

Permalink
test: get conversation participants + get user modification date
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Aug 27, 2017
1 parent 3ba6f22 commit 042a8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/happn-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ describe('Happn Wrapper', () => {
qs: {
limit: 10,
offset: 0,
fields: 'id,creation_date,modification_date,is_read'
fields: 'id,participants.fields(user.fields(id,first_name)),creation_date,modification_date,is_read'
}
})), { ignoreExtraArgs: true, times: 1 })
})
Expand Down Expand Up @@ -511,7 +511,7 @@ describe('Happn Wrapper', () => {
qs: {
limit: 10,
offset: 0,
fields: 'id,creation_date,modification_date,is_read'
fields: 'id,participants.fields(user.fields(id,first_name)),creation_date,modification_date,is_read'
}
})), { ignoreExtraArgs: true, times: 1 })
})
Expand Down

0 comments on commit 042a8d4

Please sign in to comment.