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

13 lines
160 B
Go

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