Skip to content

Commit 5d03d3c

Browse files
committed
default active price
1 parent c4622ba commit 5d03d3c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/whale-api/src/module.api/__defid__/loan.collateral.controller.defid.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ describe('list', () => {
126126
symbol: expect.any(String),
127127
symbolKey: expect.any(String),
128128
tradeable: true
129-
}
129+
},
130130
// activePrice: undefined
131+
activePrice: expect.any(Object)
131132
})
132133
})
133134

@@ -195,8 +196,9 @@ describe('get', () => {
195196
symbol: 'AAPL',
196197
symbolKey: expect.any(String),
197198
tradeable: true
198-
}
199+
},
199200
// activePrice: undefined
201+
activePrice: expect.any(Object)
200202
}
201203
)
202204
})

0 commit comments

Comments
 (0)