navidrome/utils/utils_test.go

12 lines
151 B
Go
Raw Normal View History

2016-03-01 18:43:55 +01:00
package utils
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestEmpty(t *testing.T) {
Convey("Missing tests", t, nil)
}