mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
chore: add tests for all utils, removed unused functions
This commit is contained in:
parent
b4c7cac964
commit
3cba5f70fd
7 changed files with 275 additions and 188 deletions
13
utils/utils_suite_test.go
Normal file
13
utils/utils_suite_test.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package utils
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestUtils(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Utils Suite")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue