refactor: remove broken tests for deleted code
This commit is contained in:
@@ -445,9 +445,6 @@ func TestAllAnimeClientImplementsInterfaces(t *testing.T) {
|
||||
_ interface {
|
||||
GetEpisodeSources(context.Context, string, string, string) ([]StreamSource, error)
|
||||
} = &allAnimeClient{}
|
||||
_ interface {
|
||||
GetEpisodes(context.Context, string, string) ([]string, error)
|
||||
} = &allAnimeClient{}
|
||||
_ interface {
|
||||
GetAvailableEpisodes(context.Context, string) (AvailableEpisodes, error)
|
||||
} = &allAnimeClient{}
|
||||
|
||||
Reference in New Issue
Block a user