Remove testing focuses

This commit is contained in:
Elizabeth Engelman 2018-12-13 17:03:41 -06:00
parent aaae6edcb9
commit 1d885ecedd
2 changed files with 2 additions and 2 deletions

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())