Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Aug 25, 2022
1 parent bab2fec commit 763a6ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 58 deletions.
9 changes: 0 additions & 9 deletions test/pool/stake.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,13 +672,4 @@ contract('Pool (stake)', (accounts) => {
'Pool: access denied'
);
});

it('only PoolValidators contract can refund', async () => {
await expectRevert(
pool.refund({
from: sender1,
}),
'Pool: access denied'
);
});
});
48 changes: 0 additions & 48 deletions test/pool/upgrading.test.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/tokens/upgrading.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ contract('RewardEthToken (upgrading)', ([anyone]) => {
rewardEthToken.upgrade(oracles, {
from: admin,
}),
'Pool: FeesEscrow address already set'
'RewardEthToken: FeesEscrow address already set'
);
});
});

0 comments on commit 763a6ec

Please sign in to comment.