Skip to content

Commit 4ab288e

Browse files
committed
modify by lint
1 parent 58c7680 commit 4ab288e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/agent/lockup/positionsCreate.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ describe('positionsCreate.ts', () => {
2020
it('success', async () => {
2121
const stubTx = stubTransactionResposeFactory({})
2222
;(getLockupContract as jest.Mock).mockReturnValue({
23-
depositToProperty: (propertyAddress: string, amount: number) =>
24-
stubTx,
23+
depositToProperty: (propertyAddress: string, amount: number) => stubTx,
2524
})
2625
const options: Options = {
2726
provider: testProviders.ropsten,

0 commit comments

Comments
 (0)