softplayer-backend/internal/helpers/kube/kube_test.go

9 lines
155 B
Go

package kube_test
import (
"testing"
"git.badhouseplants.net/softplayer/softplayer-backend/internal/helpers/kube"
"github.com/alecthomas/assert/v2"
)