Sync from /srv/compose/unified-media-manager
This commit is contained in:
25
internal/service/activity_test.go
Normal file
25
internal/service/activity_test.go
Normal file
@@ -0,0 +1,25 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestActivityLog(t *testing.T) {
|
||||
t.Skip("requires database")
|
||||
}
|
||||
|
||||
func TestActivityFilterByType(t *testing.T) {
|
||||
t.Skip("requires database")
|
||||
}
|
||||
|
||||
func TestActivityFilterByMedia(t *testing.T) {
|
||||
t.Skip("requires database")
|
||||
}
|
||||
|
||||
func TestActivityPagination(t *testing.T) {
|
||||
t.Skip("requires database")
|
||||
}
|
||||
|
||||
func TestActivityLogAsync(t *testing.T) {
|
||||
t.Skip("requires database")
|
||||
}
|
||||
Reference in New Issue
Block a user