Skip to content

Commit

Permalink
feat: missing attributes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvalave committed Apr 25, 2022
1 parent eafd6e4 commit 9fb3d33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/apps/api/test/project/projects.fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export const getFixtures = async () => {
],
resources: [{ title: expect.any(String), url: expect.any(String) }],
location: expect.any(String),
pngData: expect.any(String),
},
id: publicProjectId,
type: 'published_projects',
Expand All @@ -215,6 +216,7 @@ export const getFixtures = async () => {
name: expect.any(String),
underModeration: true,
description: expect.any(String),
location: expect.any(String),
company: {
name: expect.any(String),
logoDataUrl: expect.any(String),
Expand All @@ -226,6 +228,7 @@ export const getFixtures = async () => {
},
],
resources: [{ title: expect.any(String), url: expect.any(String) }],
pngData: expect.any(String),
},
id: publicProjectId,
type: 'published_projects',
Expand Down

0 comments on commit 9fb3d33

Please sign in to comment.