File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,8 @@ import { TestEndtoEndCoordinator } from '../setup';
88import { expectApprox , getImpersonatedSigner , resetFork } from '@test/helpers' ;
99import { abi as PCVDepositAbi } from '../../../artifacts/contracts/pcv/compound/ERC20CompoundPCVDeposit.sol/ERC20CompoundPCVDeposit.json' ;
1010import { forceEth } from '../setup/utils' ;
11- const { Contract } = ethers ;
1211
13- const toBN = ethers . BigNumber . from ;
14-
15- describe . only ( 'Turbo PCV deposit' , function ( ) {
12+ describe ( 'Turbo PCV deposit' , function ( ) {
1613 let contracts : NamedContracts ;
1714 let contractAddresses : NamedAddresses ;
1815 let deployAddress : string ;
@@ -50,7 +47,7 @@ describe.only('Turbo PCV deposit', function () {
5047 doLogging && console . log ( `Environment loaded.` ) ;
5148
5249 const signer = ( await ethers . getSigners ( ) ) [ 0 ] ;
53- turboFusePCVDeposit = new ethers . Contract ( contractAddresses . turboFusePCVDepositAddress , PCVDepositAbi , signer ) ;
50+ turboFusePCVDeposit = new ethers . Contract ( contractAddresses . turboFusePCVDeposit , PCVDepositAbi , signer ) ;
5451
5552 const laasMultisigSigner = await getImpersonatedSigner ( laasMultisigAddress ) ;
5653
You can’t perform that action at this time.
0 commit comments