mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 18:17:41 +02:00
Consitently switch to stretchr/testify
We were using stretchr/testify and test-go/testify inconsitently and sometimes mixed in the same tests. This can cause very strange issue, e.g when using things like mock.MatchedBy(). This moves all our code to stretchr/testify, which seems to be far more active and maintained then test-go/testify.
This commit is contained in:
committed by
Ralf Haferkamp
parent
cad866808e
commit
c9a9fddef1
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
userv1beta1 "github.com/cs3org/go-cs3apis/cs3/identity/user/v1beta1"
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
"github.com/test-go/testify/mock"
|
||||
"github.com/stretchr/testify/mock"
|
||||
|
||||
. "github.com/onsi/gomega"
|
||||
"github.com/owncloud/ocis/v2/ocis-pkg/log"
|
||||
|
||||
Reference in New Issue
Block a user