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

13 lines
160 B
Go
Raw Normal View History

2024-03-21 20:10:56 +00:00
package kube_test
import (
"testing"
"git.badhouseplants.net/softplayer/softplayer-backend/internal/helpers/kube"
"github.com/alecthomas/assert/v2"
)