Skip to content

Commit b1d56d6

Browse files
committed
delete unused import statements
1 parent d861949 commit b1d56d6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/agent/lockup/positionsCreate.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { ethers, Wallet } from 'ethers'
21
import { Options, positionsCreate } from './positionsCreate'
32
import { testProviders } from '../common/const'
4-
import { env } from '../common/env'
53

64
describe('positionsCreate.ts', () => {
75
const propertyAddress = '0x38c4bF6cD20d157EE45553b0fAD13B0c6750b439'
@@ -29,6 +27,5 @@ describe('positionsCreate.ts', () => {
2927
overrides,
3028
}
3129
const tx = await positionsCreate(options).then((result) => result)
32-
expect(tx).toEqual(undefined)
3330
})
3431
})

0 commit comments

Comments
 (0)