Add back infura related tests (#123)

This commit is contained in:
Matt K 2018-01-08 11:41:01 -06:00 committed by GitHub
parent 6decf0b54b
commit 54c4f0c2fe
2 changed files with 3 additions and 5 deletions

View File

@ -15,8 +15,7 @@ import (
var _ = Describe("Reading contracts", func() {
//TODO was experiencing Infura issue (I suspect) on 1/5. Unignore these and revisit if persists on next commit
XDescribe("Reading the list of attributes", func() {
Describe("Reading the list of attributes", func() {
It("returns a string attribute for a real contract", func() {
config, err := cfg.NewConfig("infura")
if err != nil {
@ -59,8 +58,7 @@ var _ = Describe("Reading contracts", func() {
})
})
//TODO was experiencing Infura issue (I suspect) on 1/5. Unignore these and revisit if persists on next commit
XDescribe("Getting a contract attribute", func() {
Describe("Getting a contract attribute", func() {
It("returns the correct attribute for a real contract", func() {
config, _ := cfg.NewConfig("infura")
blockchain := geth.NewBlockchain(config.Client.IPCPath)