Skip to content

Commit

Permalink
Comply with typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
MiksuJak committed May 23, 2024
1 parent 2a56613 commit b2190cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/truefi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ describe('TrueFi', () => {
})

it('LinearDistributor', async () => {
// @ts-ignore
await upgradeSuite(TEST_STATE_BLOCK_NUMBER, LinearTrueDistributor__factory, '0xfB8d918428373f766B352564b70d1DcC1e3b6383', [
'trustToken',
(contract) => contract.trustToken,
'distributionStart',
'duration',
'totalAmount',
Expand Down

0 comments on commit b2190cd

Please sign in to comment.