6c77f369d9
* 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
14 lines
195 B
Go
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")
|
|
}
|