move mocks around
This commit is contained in:
10
internal/media/mock_API.go
Normal file
10
internal/media/mock_API.go
Normal file
@ -0,0 +1,10 @@
|
||||
// Code generated by mockery v2.7.4. DO NOT EDIT.
|
||||
|
||||
package media
|
||||
|
||||
import mock "github.com/stretchr/testify/mock"
|
||||
|
||||
// MockAPI is an autogenerated mock type for the API type
|
||||
type MockAPI struct {
|
||||
mock.Mock
|
||||
}
|
||||
Reference in New Issue
Block a user