Add missing Test function
This commit is contained in:
@@ -1,11 +1,18 @@
|
|||||||
package hasher_test
|
package hasher_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
"github.com/navidrome/navidrome/utils/hasher"
|
"github.com/navidrome/navidrome/utils/hasher"
|
||||||
. "github.com/onsi/ginkgo/v2"
|
. "github.com/onsi/ginkgo/v2"
|
||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
func TestHasher(t *testing.T) {
|
||||||
|
RegisterFailHandler(Fail)
|
||||||
|
RunSpecs(t, "Hasher Suite")
|
||||||
|
}
|
||||||
|
|
||||||
var _ = Describe("HashFunc", func() {
|
var _ = Describe("HashFunc", func() {
|
||||||
const input = "123e4567e89b12d3a456426614174000"
|
const input = "123e4567e89b12d3a456426614174000"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user