mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
add fixes from review
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package generators_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestGenerators(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Generators Suite")
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
package generators_test
|
||||
|
||||
import (
|
||||
_ "github.com/onsi/ginkgo/v2"
|
||||
_ "github.com/onsi/gomega"
|
||||
|
||||
_ "github.com/owncloud/ocis/ocis-pkg/generators"
|
||||
)
|
||||
|
||||
//var _ = Describe("Generators", func() {
|
||||
// It("Returns an error ", func() {})
|
||||
// PIt("Returns expected passwords", func() {})
|
||||
//})
|
||||
Reference in New Issue
Block a user