You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currently implemented tests in LiquidDelegation.t.sol and NonLiquidDelegation.t.sol are for checking the correctness of the staked/unstaked amounts, rewards and the LST price. While they are essential, they should be complemented by unit tests for all functions implemented in the delegation contracts.
The text was updated successfully, but these errors were encountered:
The currently implemented tests in
LiquidDelegation.t.sol
andNonLiquidDelegation.t.sol
are for checking the correctness of the staked/unstaked amounts, rewards and the LST price. While they are essential, they should be complemented by unit tests for all functions implemented in the delegation contracts.The text was updated successfully, but these errors were encountered: