ipld-eth-server/pkg/fakes/data.go
Rob Mulholand 63434f6bc9 Add tests for pkg/geth/blockchain
- inject dependencies instead of initializing them in the constructor
2018-07-18 16:34:13 -05:00

6 lines
69 B
Go

package fakes
import "errors"
var FakeError = errors.New("failed")