From be715a8eddb58dd3836e7f4037058a7728190611 Mon Sep 17 00:00:00 2001 From: Joe Bowman Date: Fri, 10 Mar 2023 13:50:38 +0000 Subject: [PATCH] inadvertently changed comment --- x/interchainstaking/keeper/callbacks_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/interchainstaking/keeper/callbacks_test.go b/x/interchainstaking/keeper/callbacks_test.go index 77f31f288..92d8ef729 100644 --- a/x/interchainstaking/keeper/callbacks_test.go +++ b/x/interchainstaking/keeper/callbacks_test.go @@ -671,7 +671,7 @@ func (s *KeeperTestSuite) TestHandleValidatorCallbackJailedWithSlashing() { // s.Require().NoError(err) // expected := test.expected(zone.Validators) -// 9(app.InterchainstakingKeeper.GetAllDelegations(ctx, &zone)) +// fmt.Println(app.InterchainstakingKeeper.GetAllDelegations(ctx, &zone)) // _, found = app.InterchainstakingKeeper.GetDelegation(ctx, &zone, expected.DelegationAddress, expected.ValidatorAddress) // s.Require().True(found) // })