mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-17 20:42:25 +03: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)
|
|
|
|
} |