From 674528cf85b253aadc994124c8828e79e5556149 Mon Sep 17 00:00:00 2001 From: joeycli Date: Fri, 13 Oct 2023 12:27:53 +0800 Subject: [PATCH] test: recover TestStateChanges --- core/state/statedb_fuzz_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/state/statedb_fuzz_test.go b/core/state/statedb_fuzz_test.go index 8c7efd8a0a..26ca9b5e7d 100644 --- a/core/state/statedb_fuzz_test.go +++ b/core/state/statedb_fuzz_test.go @@ -379,8 +379,7 @@ func (test *stateTest) verify(root common.Hash, next common.Hash, db *trie.Datab return nil } -// TODO(Nathan): enable this case after enabling pbss -func testStateChanges(t *testing.T) { +func TestStateChanges(t *testing.T) { config := &quick.Config{MaxCount: 1000} err := quick.Check((*stateTest).run, config) if cerr, ok := err.(*quick.CheckError); ok {