Skip to content

Commit 706643d

Browse files
committed
fix type check
1 parent a156d49 commit 706643d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

server/tests/driver.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const testRider: Omit<RiderType, 'id'> = {
3030
phoneNumber: '1234567890',
3131
firstName: 'TestRider',
3232
lastName: 'Testing',
33-
pronouns: 'he/him/his',
3433
accessibility: [Accessibility.CRUTCHES, Accessibility.ASSISTANT],
3534
description: '',
3635
joinDate: '2023-03-09',
@@ -48,7 +47,6 @@ const testStatRider: RiderType = {
4847
phoneNumber: '1234567890',
4948
firstName: 'Test',
5049
lastName: 'Testing',
51-
pronouns: 'he/him/his',
5250
accessibility: [Accessibility.ASSISTANT],
5351
description: '',
5452
joinDate: '2023-03-09',

0 commit comments

Comments
 (0)