mirror of
https://codeberg.org/crowci/crow.git
synced 2025-08-09 07:42:52 +03:00
refactor: use own import paths (#5)
This commit is contained in:
@@ -3,9 +3,8 @@ package kubernetes
|
||||
import (
|
||||
"testing"
|
||||
|
||||
backend "github.com/crowci/crow/v3/pipeline/backend/types"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
backend "go.woodpecker-ci.org/woodpecker/v3/pipeline/backend/types"
|
||||
)
|
||||
|
||||
func Test_parseBackendOptions(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user