Move testlib to internal

This commit is contained in:
9seconds
2021-04-02 21:32:06 +03:00
parent 2fe04c7c9b
commit 24fdec6694
19 changed files with 14 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
package testlib
import "github.com/stretchr/testify/mock"
type EventsObserverMock struct {
mock.Mock
}