refactor: shorten function names in allanime
This commit is contained in:
@@ -251,7 +251,7 @@ func TestBuildStreamSource(t *testing.T) {
|
||||
func TestResolveDirectSourceSkipsEmbeds(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
if _, ok := resolveDirectSource(sourceReference{
|
||||
if _, ok := directSource(sourceReference{
|
||||
URL: "https://ok.ru/videoembed/123",
|
||||
Name: "ok",
|
||||
}); ok {
|
||||
|
||||
Reference in New Issue
Block a user