Feat: upgrade ginkgo to v2 (#5940)

Signed-off-by: Somefive <yd219913@alibaba-inc.com>
This commit is contained in:
Somefive
2023-05-15 16:07:51 +08:00
committed by GitHub
parent 643429d474
commit d59b116d06
173 changed files with 559 additions and 677 deletions

View File

@@ -21,7 +21,7 @@ import (
"testing"
"time"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)