add fixes from review

This commit is contained in:
Willy Kloucek
2022-04-29 16:10:21 +02:00
parent 4fdd3170cc
commit 1cdb81bd3e
30 changed files with 29 additions and 147 deletions

View File

@@ -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")
}

View File

@@ -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() {})
//})