mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-08 06:28:00 -04:00
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.