From 35892d2ace6988a7411c21e15799724a92249caf Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Fri, 24 Mar 2017 16:43:17 +0800 Subject: [PATCH] core/state: reuse `TestSnapshotRandom` testcase --- core/state/statedb_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state/statedb_test.go b/core/state/statedb_test.go index 597de3be53..72b638f970 100644 --- a/core/state/statedb_test.go +++ b/core/state/statedb_test.go @@ -116,7 +116,6 @@ func TestIntermediateLeaks(t *testing.T) { } func TestSnapshotRandom(t *testing.T) { - t.Skip("@fjl fix me please") config := &quick.Config{MaxCount: 1000} err := quick.Check((*snapshotTest).run, config) if cerr, ok := err.(*quick.CheckError); ok {