From 72fb8b3ca3fbe0ef859739f8ae88f5bbb90cf84e Mon Sep 17 00:00:00 2001 From: SaReN Date: Fri, 5 Mar 2021 02:42:17 +0530 Subject: [PATCH] revert unintended skip test (#8789) Co-authored-by: Alessio Treglia --- x/feegrant/simulation/decoder_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/feegrant/simulation/decoder_test.go b/x/feegrant/simulation/decoder_test.go index 7b991849a2..8871118456 100644 --- a/x/feegrant/simulation/decoder_test.go +++ b/x/feegrant/simulation/decoder_test.go @@ -22,7 +22,6 @@ var ( ) func TestDecodeStore(t *testing.T) { - t.Skip() cdc := simapp.MakeTestEncodingConfig().Marshaler dec := simulation.NewDecodeStore(cdc)