mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Fix feeds package
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
package feeds
|
package feeds
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/golang/mock/gomock"
|
"github.com/golang/mock/gomock"
|
||||||
@@ -34,7 +33,7 @@ func TestService_CreateFeed(t *testing.T) {
|
|||||||
Format: api.VideoFormat,
|
Format: api.VideoFormat,
|
||||||
}
|
}
|
||||||
|
|
||||||
hashId, err := s.CreateFeed(context.Background(), req)
|
hashId, err := s.CreateFeed(req, &api.Identity{})
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
require.Equal(t, "123", hashId)
|
require.Equal(t, "123", hashId)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user