Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Dec 9, 2024
1 parent d10447f commit ed7246e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/providers/pluginfw/converters/converters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type DummyTfSdk struct {
Irrelevant types.String `tfsdk:"-"`
Object types.Object `tfsdk:"object" tf:"optional"`
ObjectPtr types.Object `tfsdk:"object_ptr" tf:"optional"`
Type_ types.String `tfsdk:"type" tf:""` // Test Type_ renaming
Type_ types.String `tfsdk:"type" tf:""` // Test Type_ renaming
}

func (DummyTfSdk) GetComplexFieldTypes(ctx context.Context) map[string]reflect.Type {
Expand Down Expand Up @@ -102,7 +102,7 @@ type DummyGoSdk struct {
SliceStructPtr *DummyNestedGoSdk `json:"slice_struct_ptr"`
Object DummyNestedGoSdk `json:"object"`
ObjectPtr *DummyNestedGoSdk `json:"object_ptr"`
Type string `json:"type"` // Test Type_ renaming
Type string `json:"type"` // Test Type_ renaming
ForceSendFields []string `json:"-"`
}

Expand Down

0 comments on commit ed7246e

Please sign in to comment.