mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
12 lines
151 B
Go
12 lines
151 B
Go
package utils
|
|
|
|
import (
|
|
"testing"
|
|
. "github.com/smartystreets/goconvey/convey"
|
|
)
|
|
|
|
func TestEmpty(t *testing.T) {
|
|
|
|
Convey("Missing tests", t, nil)
|
|
|
|
} |