Skip to content

Commit

Permalink
attempting to fix relationship details
Browse files Browse the repository at this point in the history
  • Loading branch information
JKong05 committed Nov 3, 2024
1 parent 0dc097f commit 83d2df5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/util/test-data.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,16 @@ export const createTestPassengerData = (
max: 80,
}),
"Latest Trip": faker.date.recent().toISOString(),
Relationship: faker.helpers.arrayElements(["Mother", "Father", "Step-mother", "Step-father", "Legal Guardian", "Spouse", "Family Member", "Other Caregiver"]),
"Relationship": faker.helpers.arrayElements([
"Mother",
"Father",
"Step-mother",
"Step-father",
"Legal Guardian",
"Spouse",
"Family Member",
"Other Caregiver",
]),
...manualData,
};
};
Expand Down

0 comments on commit 83d2df5

Please sign in to comment.