mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
12 lines
154 B
Go
12 lines
154 B
Go
package scanner
|
|
|
|
import (
|
|
"testing"
|
|
. "github.com/smartystreets/goconvey/convey"
|
|
)
|
|
|
|
func TestEmpty(t *testing.T) {
|
|
|
|
Convey("Missing tests", t, nil)
|
|
|
|
}
|