Add test for updating existing checked header row

This commit is contained in:
Rob Mulholand
2018-10-26 10:45:49 -05:00
parent e37447ae9a
commit 745b3a460e
13 changed files with 95 additions and 33 deletions
+3 -1
View File
@@ -15,8 +15,11 @@
package vat_flux_test
import (
"math/rand"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/vulcanize/vulcanizedb/pkg/core"
"github.com/vulcanize/vulcanizedb/pkg/datastore/postgres"
"github.com/vulcanize/vulcanizedb/pkg/datastore/postgres/repositories"
@@ -24,7 +27,6 @@ import (
"github.com/vulcanize/vulcanizedb/pkg/transformers/test_data"
"github.com/vulcanize/vulcanizedb/pkg/transformers/vat_flux"
"github.com/vulcanize/vulcanizedb/test_config"
"math/rand"
)
var _ = Describe("VatFlux Repository", func() {