Skip to content

Commit 60e0a76

Browse files
committed
delete unused code
1 parent 33fa015 commit 60e0a76

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lib/agent/lockup/positionsCreate.spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ import { Options, positionsCreate } from './positionsCreate'
33
import { testProviders } from '../common/const'
44
import { stubTransactionResposeFactory } from '../../common/utils/for-test'
55

6-
// jest.mock('./common', () => {
7-
// return {
8-
// getLockupContract: jest.fn().mockReturnValue({depositToProperty: (propertyAddress: string, amount: number) => stubTransactionResposeFactory})
9-
// };
10-
// });
11-
126
jest.mock('./common', () => {
137
return {
148
getLockupContract: jest.fn(),

0 commit comments

Comments
 (0)