Add back infura related tests (#123)
This commit is contained in:
parent
6decf0b54b
commit
54c4f0c2fe
@ -15,8 +15,7 @@ import (
|
|||||||
|
|
||||||
var _ = Describe("Reading contracts", func() {
|
var _ = Describe("Reading contracts", func() {
|
||||||
|
|
||||||
//TODO was experiencing Infura issue (I suspect) on 1/5. Unignore these and revisit if persists on next commit
|
Describe("Reading the list of attributes", func() {
|
||||||
XDescribe("Reading the list of attributes", func() {
|
|
||||||
It("returns a string attribute for a real contract", func() {
|
It("returns a string attribute for a real contract", func() {
|
||||||
config, err := cfg.NewConfig("infura")
|
config, err := cfg.NewConfig("infura")
|
||||||
if err != nil {
|
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
|
Describe("Getting a contract attribute", func() {
|
||||||
XDescribe("Getting a contract attribute", func() {
|
|
||||||
It("returns the correct attribute for a real contract", func() {
|
It("returns the correct attribute for a real contract", func() {
|
||||||
config, _ := cfg.NewConfig("infura")
|
config, _ := cfg.NewConfig("infura")
|
||||||
blockchain := geth.NewBlockchain(config.Client.IPCPath)
|
blockchain := geth.NewBlockchain(config.Client.IPCPath)
|
||||||
|
Loading…
Reference in New Issue
Block a user