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
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/cs3org/reva/v2/pkg/events"
|
||||
"github.com/owncloud/ocis/v2/ocis-pkg/log"
|
||||
"github.com/owncloud/ocis/v2/services/audit/pkg/types"
|
||||
"github.com/test-go/testify/require"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
group "github.com/cs3org/go-cs3apis/cs3/identity/group/v1beta1"
|
||||
user "github.com/cs3org/go-cs3apis/cs3/identity/user/v1beta1"
|
||||
|
||||
Reference in New Issue
Block a user