From ef357f16db66e6e7d151b9bf0eb39f64ea78f8db Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 11 Nov 2013 00:12:07 +0000
Subject: [PATCH] fixed imports in test

---
 node/icecast_config_test.go | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/node/icecast_config_test.go b/node/icecast_config_test.go
index 747332a5..20407809 100644
--- a/node/icecast_config_test.go
+++ b/node/icecast_config_test.go
@@ -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",
 	}
-- 
GitLab