ipld-eth-server/vulcanizedb_test.go
2017-10-19 09:22:12 -05:00

15 lines
201 B
Go

package main_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
var _ = Describe("Vulcanizedb", func() {
It("is an example test", func() {
Expect(1).Should(Equal(1))
})
})