Upgrade Ginkgo to V2

This commit is contained in:
Deluan 2022-07-26 16:47:16 -04:00
parent 0d8eaa2878
commit 31882abf6f
98 changed files with 190 additions and 190 deletions

View file

@ -4,7 +4,7 @@ import (
"context"
"crypto/sha256"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)