go-ethereum/statediff/testhelpers/helpers.go
2018-12-26 15:27:16 -05:00

5 lines
135 B
Go

package testhelpers
var ErrorFormatString = "Error: %s, %+v"
var TestFailureFormatString = "Test failed: %s\nexpected %+v, got %+v\n"