Skip to content

Commit 71aadbb

Browse files
fix mock
1 parent 85ec301 commit 71aadbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/server/api/test/helpers/mocks

packages/server/api/test/helpers/mocks/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export const createMockProject = (project?: Partial<Project>): Project => {
110110
iv: faker.lorem.word(),
111111
data: faker.lorem.word(),
112112
},
113+
color: project?.color ?? 'blue',
113114
};
114115
};
115116

0 commit comments

Comments
 (0)