Skip to content

Commit

Permalink
PR wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSeptimus-Klotho committed Aug 19, 2024
1 parent dc177a1 commit 1a3cdf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/k2/constructs/template/inputs/properties_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ package inputs
import (
"testing"

knowledgebase "github.com/klothoplatform/klotho/pkg/knowledgebase"
"github.com/klothoplatform/klotho/pkg/knowledgebase/properties"
"github.com/klothoplatform/klotho/pkg/k2/constructs/template/properties"
"github.com/klothoplatform/klotho/pkg/k2/constructs/template/property"
"github.com/stretchr/testify/assert"
)

func Test_ConvertProperty(t *testing.T) {
tests := []struct {
name string
property InputTemplate
expected knowledgebase.Property
expected property.Property
}{
{
name: "Get string property type",
Expand Down

0 comments on commit 1a3cdf2

Please sign in to comment.