mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Empty tests should be skipped
This commit is contained in:
parent
2bb4c74ba6
commit
54460d5860
3 changed files with 18 additions and 9 deletions
|
@ -1,7 +0,0 @@
|
|||
package utils
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestEmpty(t *testing.T) {
|
||||
|
||||
}
|
12
utils/utils_test.go
Normal file
12
utils/utils_test.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package utils
|
||||
|
||||
import (
|
||||
"testing"
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
)
|
||||
|
||||
func TestEmpty(t *testing.T) {
|
||||
|
||||
Convey("Missing tests", t, nil)
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue