ipld-eth-server/pkg/fakes/data.go
Rob Mulholand 5fe6394406 Add tests for pkg/geth/blockchain
- inject dependencies instead of initializing them in the constructor
2018-11-03 13:49:23 -05:00

6 lines
69 B
Go

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