Write state diff to CSV #2

Merged
elizabethengelman merged 47 commits from ee-state-diff into statediff-for-archive-node 2019-01-28 21:31:02 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1d885ecedd - Show all commits

View File

@ -116,7 +116,7 @@ func testChainGen(i int, block *core.BlockGen) {
}
}
var _ = ginkgo.FDescribe("", func() {
var _ = ginkgo.Describe("", func() {
var (
block0Hash, block1Hash, block2Hash, block3Hash common.Hash
block0, block1, block2, block3 *types.Block

View File

@ -137,7 +137,7 @@ var _ = ginkgo.Describe("Publisher", func() {
gomega.Expect(lines[0]).To(gomega.Equal(p.Headers))
})
ginkgo.FIt("defaults to publishing CSV files in the current directory when no path is configured", func() {
ginkgo.It("defaults to publishing CSV files in the current directory when no path is configured", func() {
config := statediff.Config{}
publisher, err = p.NewPublisher(config)
gomega.Expect(err).NotTo(gomega.HaveOccurred())