We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c7680 commit 4ab288eCopy full SHA for 4ab288e
1 file changed
lib/agent/lockup/positionsCreate.spec.ts
@@ -20,8 +20,7 @@ describe('positionsCreate.ts', () => {
20
it('success', async () => {
21
const stubTx = stubTransactionResposeFactory({})
22
;(getLockupContract as jest.Mock).mockReturnValue({
23
- depositToProperty: (propertyAddress: string, amount: number) =>
24
- stubTx,
+ depositToProperty: (propertyAddress: string, amount: number) => stubTx,
25
})
26
const options: Options = {
27
provider: testProviders.ropsten,
0 commit comments