mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
13 lines
190 B
Go
13 lines
190 B
Go
package str_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestStrClear(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Str Suite")
|
|
}
|