There was an error while loading. Please reload this page.
1 parent d99fb6d commit 186b12bCopy full SHA for 186b12b
1 file changed
x/multi-staking/keeper/abci_test.go
@@ -47,8 +47,6 @@ func (suite *KeeperTestSuite) TestMsUnlockEndBlocker() {
47
tc := tc
48
suite.Run(tc.name, func() {
49
// height 1
50
- suite.SetupTest()
51
-
52
vals, err := suite.app.StakingKeeper.GetAllValidators(suite.ctx)
53
suite.NoError(err)
54
val := vals[0]
0 commit comments