navidrome/scanner/scanner_test.go
2016-03-01 12:43:55 -05:00

12 lines
154 B
Go

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