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

@ -1,7 +1,7 @@
package ackhandler
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)