We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fab38b commit 9101668Copy full SHA for 9101668
x/stablestake/keeper/debt_test.go
@@ -157,5 +157,5 @@ func (suite *KeeperTestSuite) TestMove() {
157
suite.app.StablestakeKeeper.SetInterestForPool(suite.ctx, 1, interest.BlockHeight, interest)
158
suite.app.StablestakeKeeper.MoveAllInterest(suite.ctx)
159
interests := suite.app.StablestakeKeeper.GetAllInterest(suite.ctx)
160
- suite.Require().Equal(uint64(types.UsdcPoolId), interests[0].PoolId)
+ suite.Require().Len(interests, 0)
161
}
0 commit comments