From bdfb10f5511768e6f4e38604465d59261f89f9ea Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Fri, 12 Oct 2018 21:10:55 +0200 Subject: [PATCH] Clarify testcase --- x/slashing/keeper_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/slashing/keeper_test.go b/x/slashing/keeper_test.go index 9dcaae6e5b..6b53eaf8cf 100644 --- a/x/slashing/keeper_test.go +++ b/x/slashing/keeper_test.go @@ -366,7 +366,8 @@ func TestHandleAlreadyJailed(t *testing.T) { } // Test a validator dipping in and out of the validator set -// Ensure that missed blocks are tracked correctly +// Ensure that missed blocks are tracked correctly and that +// the start height of the signing info is reset correctly func TestValidatorDippingInAndOut(t *testing.T) { // initial setup