fix test
This commit is contained in:
@@ -63,7 +63,7 @@ describe('site.repo public booking boundaries', () => {
|
||||
where: { id: 'customer_1' },
|
||||
data: expect.objectContaining({
|
||||
firstName: 'Nora',
|
||||
address: { city: 'Marrakesh', old: 'kept', fullAddress: 'New address', identityDocumentNumber: 'ID-9', internationalLicenseNumber: null },
|
||||
address: expect.objectContaining({ city: 'Marrakesh', fullAddress: 'New address', identityDocumentNumber: 'ID-9' }),
|
||||
licenseNumber: 'DL-1',
|
||||
}),
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user