mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
12 lines
No EOL
151 B
Go
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)
|
|
|
|
} |