Files
go-caatsm/internal/adapter/parser/weather/suite_test.go
T

15 lines
200 B
Go
Raw Normal View History

package weather
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestWeather(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Weather Parser Suite")
}