Write state diff to CSV #2
@ -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
|
||||
|
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user