Skip to content

Commit

Permalink
fix(test): update member emails (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosfarah authored Nov 22, 2023
1 parent 1289d1c commit bddf3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/fixtures/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const MEMBERS: { [key: string]: Member } = {
id: '0f0a2774-a965-4b97-afb4-bccc3796e060',
name: 'anna',
type: MemberType.Individual,
email: '[email protected]',
email: '[email protected]',
extra: {},
createdAt: new Date(),
updatedAt: new Date(),
Expand All @@ -14,7 +14,7 @@ export const MEMBERS: { [key: string]: Member } = {
id: '1f0a2774-a965-4b97-afb4-bccc3796e060',
name: 'bob',
type: MemberType.Individual,
email: 'bob@gmail.com',
email: 'bob@graasp.org',
extra: {},
createdAt: new Date(),
updatedAt: new Date(),
Expand Down

0 comments on commit bddf3b0

Please sign in to comment.