Fix remaining integration tests

This commit is contained in:
Edvard
2018-12-10 17:12:51 +01:00
parent 3cb8fe60d4
commit bc9fd17793
3 changed files with 23 additions and 13 deletions
+3 -1
View File
@@ -46,12 +46,14 @@ var _ = Describe("Tend LogNoteTransformer", func() {
db = test_config.NewTestDB(blockChain.Node())
test_config.CleanTestDB(db)
config = tend.TendConfig
fetcher = shared.NewFetcher(blockChain)
addresses = shared.HexStringsToAddresses(config.ContractAddresses)
topics = []common.Hash{common.HexToHash(config.Topic)}
initializer = factories.LogNoteTransformer{
Config: tend.TendConfig,
Config: config,
Converter: &tend.TendConverter{},
Repository: &tend.TendRepository{},
}