This commit is contained in:
Hazel Noack 2025-10-07 13:28:45 +02:00
parent e833af1ecc
commit f1b075f47b
2 changed files with 2 additions and 5 deletions

View File

@ -4,7 +4,6 @@ import (
"strconv" "strconv"
"gitea.elara.ws/Hazel/music-kraken/internal/common" "gitea.elara.ws/Hazel/music-kraken/internal/common"
"github.com/gohugoio/hugo/common"
) )
type MusicObject interface { type MusicObject interface {

View File

@ -1,9 +1,6 @@
package data package data
import ( /*
"testing"
)
func TestYouTube(t *testing.T) { func TestYouTube(t *testing.T) {
validUrls := []string{ validUrls := []string{
"https://www.youtube.com/watch?v=dQw4w9WgXcQ", "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
@ -68,3 +65,4 @@ func TestMusify(t *testing.T) {
} }
} }
} }
*/