migrate to Ginkgo v2

This commit is contained in:
Marten Seemann 2022-10-11 13:10:27 +04:00
parent c9a878858e
commit 870fbe7ab0
186 changed files with 267 additions and 243 deletions

View file

@ -4,7 +4,7 @@ import (
"bytes"
"math/rand"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)