mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-10 06:57:29 -06:00
move mocks around
This commit is contained in:
parent
c956595d73
commit
840a3fead4
10 changed files with 74 additions and 77 deletions
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue