don't skip

This commit is contained in:
i-norden 2023-04-10 01:27:53 -05:00
parent 834930a498
commit 75c2c4c348

View File

@ -19,9 +19,7 @@ package statediff_test
import (
"bytes"
"encoding/json"
"fmt"
"math/big"
"os"
"sort"
"testing"
@ -498,13 +496,6 @@ var (
})
)
func init() {
if os.Getenv("MODE") != "statediff" {
fmt.Println("Skipping statediff test")
os.Exit(0)
}
}
func TestBuilder(t *testing.T) {
blocks, chain := test_helpers.MakeChain(3, test_helpers.Genesis, test_helpers.TestChainGen)
contractLeafKey = test_helpers.AddressToLeafKey(test_helpers.ContractAddr)