Skip to content

Commit e8400c4

Browse files
committed
Update frontend tests mocking
1 parent 279df43 commit e8400c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/__tests__/unit/data/mockProjectDetailsData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const mockProjectDetailsData = {
22
project: {
33
contributorsCount: 1200,
44
forksCount: 10,
5-
healthMetrics: [
5+
healthMetricsList: [
66
{
77
openIssuesCount: 5,
88
unassignedIssuesCount: 2,

0 commit comments

Comments
 (0)