core/state: reuse TestSnapshotRandom testcase

This commit is contained in:
rjl493456442 2017-03-24 16:43:17 +08:00
parent 5079dbea6e
commit 35892d2ace

View file

@ -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 {