Make sure mock implementations implements their full interface
This commit is contained in:
@@ -36,3 +36,5 @@ func (m *MockArtistIndex) GetAll() (domain.ArtistIndexes, error) {
|
||||
}
|
||||
return m.data, nil
|
||||
}
|
||||
|
||||
var _ domain.ArtistIndexRepository = (*MockArtistIndex)(nil)
|
||||
|
||||
Reference in New Issue
Block a user