revert unintended skip test (#8789)
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
This commit is contained in:
@@ -22,7 +22,6 @@ var (
|
||||
)
|
||||
|
||||
func TestDecodeStore(t *testing.T) {
|
||||
t.Skip()
|
||||
cdc := simapp.MakeTestEncodingConfig().Marshaler
|
||||
dec := simulation.NewDecodeStore(cdc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user