@@ -151,7 +151,7 @@ describe('e2e-tribe-redeemer', function () {
151
151
expect ( daiReceived ) . to . be . at . most ( '71000000000' ) ; // <>>= 0.0000000710 DAI
152
152
} ) ;
153
153
154
- it . only ( 'dust redeemooor' , async ( ) => {
154
+ it ( 'dust redeemooor' , async ( ) => {
155
155
const signer = await getImpersonatedSigner ( addresses . core ) ;
156
156
await forceEth ( signer . address ) ;
157
157
const amount = '100' ; // 100 TRIBE Wei
@@ -177,7 +177,7 @@ describe('e2e-tribe-redeemer', function () {
177
177
expect ( daiReceived ) . to . be . equal ( '7' ) ; // 6 DAI Wei
178
178
} ) ;
179
179
180
- it . only ( 'last redeemooor' , async ( ) => {
180
+ it ( 'last redeemooor' , async ( ) => {
181
181
const signer = await getImpersonatedSigner ( addresses . core ) ;
182
182
await forceEth ( signer . address ) ;
183
183
const redeemerSigner = await getImpersonatedSigner ( contracts . tribeRedeemer . address ) ;
@@ -251,8 +251,8 @@ describe('e2e-tribe-redeemer', function () {
251
251
const daiReceived = daiBalance1 . sub ( daiBalance0 ) ;
252
252
expect ( stethReceived ) . to . be . at . least ( ethers . constants . WeiPerEther . mul ( 109 ) . div ( 100 ) ) ; // 1.0964 stETH
253
253
expect ( stethReceived ) . to . be . at . most ( ethers . constants . WeiPerEther . mul ( 112 ) . div ( 100 ) ) ;
254
- expect ( daiReceived ) . to . be . at . least ( ethers . constants . WeiPerEther . mul ( 665 ) ) ; // 670.212 DAI
255
- expect ( daiReceived ) . to . be . at . most ( ethers . constants . WeiPerEther . mul ( 675 ) ) ;
254
+ expect ( daiReceived ) . to . be . at . least ( ethers . constants . WeiPerEther . mul ( 700 ) ) ; // 701.525 DAI
255
+ expect ( daiReceived ) . to . be . at . most ( ethers . constants . WeiPerEther . mul ( 705 ) ) ;
256
256
257
257
// balance after all redeems
258
258
expect ( await contracts . steth . balanceOf ( contracts . tribeRedeemer . address ) ) . to . be . at . most ( '1' ) ;
0 commit comments