Skip to content
Snippets Groups Projects
Commit ef357f16 authored by ale's avatar ale
Browse files

fixed imports in test

parent 537e41ef
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,13 @@ package node
import (
"strings"
"testing"
"git.autistici.org/ale/radioai"
)
func TestIcecastConfig(t *testing.T) {
mount := &Mount{
Name: "/test.ogg",
mount := &radioai.Mount{
Name: "/test.ogg",
Username: "user",
Password: "pass",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment