navidrome/utils/utils_test.go
2016-03-01 12:43:55 -05:00

12 lines
No EOL
151 B
Go

package utils
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestEmpty(t *testing.T) {
Convey("Missing tests", t, nil)
}