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