package testlib

import "github.com/stretchr/testify/mock"

type EventsObserverMock struct {
	mock.Mock
}
