diff --git a/apps/whale-api/src/module.api/__defid__/loan.collateral.controller.defid.ts b/apps/whale-api/src/module.api/__defid__/loan.collateral.controller.defid.ts index 3e581bb0b..e412eca83 100644 --- a/apps/whale-api/src/module.api/__defid__/loan.collateral.controller.defid.ts +++ b/apps/whale-api/src/module.api/__defid__/loan.collateral.controller.defid.ts @@ -126,8 +126,9 @@ describe('list', () => { symbol: expect.any(String), symbolKey: expect.any(String), tradeable: true - } + }, // activePrice: undefined + activePrice: expect.any(Object) }) }) @@ -195,8 +196,9 @@ describe('get', () => { symbol: 'AAPL', symbolKey: expect.any(String), tradeable: true - } + }, // activePrice: undefined + activePrice: expect.any(Object) } ) })