mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Fix CI
This commit is contained in:
@@ -59,7 +59,7 @@ describe('updateOptions', () => {
|
||||
|
||||
const result: any = await updateOptions(mockProps, mockAuth, mockReq)
|
||||
|
||||
expect(result.updatedIds).toStrictEqual([mockRow1.id, mockRow2.id])
|
||||
expect(result.updatedIds).toStrictEqual(true)
|
||||
expect(mockPg.oneOrNone).toBeCalledTimes(1)
|
||||
expect(mockPg.oneOrNone).toBeCalledWith(
|
||||
sqlMatch('SELECT id FROM profiles WHERE user_id = $1'),
|
||||
|
||||
Reference in New Issue
Block a user