ipld-eth-server/pkg/transformers/vat_heal/vat_heal_suite_test.go
Elizabeth 6c77f369d9 Vat heal (#56)
* VatHeal Converter

* Add VatHeal repository

* Add VatHeal transformer

* Add VatHeal to continuousLogSync command

* Mark vat_init_checked as true when creating vat init records

* Update urn and v converting

* Return error if Repository.MarkCheckedHeader fails

* Add deleting vat heal from test cleanup method
2018-10-10 11:56:06 -05:00

14 lines
195 B
Go

package vat_heal_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestVatHeal(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "VatHeal Suite")
}