Add Pep price feed

This commit is contained in:
Rob Mulholand
2018-08-16 11:22:16 -05:00
parent 9f7a776d70
commit 0551147453
26 changed files with 697 additions and 75 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ var _ = Describe("Fetcher", func() {
It("returns an error if fetching the logs fails", func() {
blockChain := fakes.NewMockBlockChain()
blockChain.SetGetLogsErr(fakes.FakeError)
blockChain.SetGetEthLogsWithCustomQueryErr(fakes.FakeError)
fetcher := shared.NewFetcher(blockChain)
_, err := fetcher.FetchLogs("", [][]common.Hash{}, int64(1))