refactor: remove broken tests for deleted code

This commit is contained in:
2026-05-12 12:35:20 +02:00
parent 459e4d30b3
commit 3c7ff72afa
3 changed files with 0 additions and 152 deletions

View File

@@ -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{}