diff --git a/src/util/test-data.util.ts b/src/util/test-data.util.ts index d3d723e..c345d8f 100644 --- a/src/util/test-data.util.ts +++ b/src/util/test-data.util.ts @@ -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, }; };