Skip to content

Commit 9fbb0f3

Browse files
committed
fmt
1 parent d26643a commit 9fbb0f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/toproto5/getproviderschema_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ func TestGetProviderSchemaResponse(t *testing.T) {
4242
"action-multiple-actions": {
4343
input: &fwserver.GetProviderSchemaResponse{
4444
ActionSchemas: map[string]actionschema.Schema{
45-
"test_action_1": actionschema.Schema{
45+
"test_action_1": {
4646
Attributes: map[string]actionschema.Attribute{
4747
"test_attribute": actionschema.StringAttribute{
4848
Required: true,
4949
},
5050
},
5151
},
52-
"test_action_2": actionschema.Schema{
52+
"test_action_2": {
5353
Attributes: map[string]actionschema.Attribute{
5454
"test_attribute": actionschema.StringAttribute{
5555
Optional: true,

internal/toproto6/getproviderschema_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ func TestGetProviderSchemaResponse(t *testing.T) {
4242
"action-multiple-actions": {
4343
input: &fwserver.GetProviderSchemaResponse{
4444
ActionSchemas: map[string]actionschema.Schema{
45-
"test_action_1": actionschema.Schema{
45+
"test_action_1": {
4646
Attributes: map[string]actionschema.Attribute{
4747
"test_attribute": actionschema.StringAttribute{
4848
Required: true,
4949
},
5050
},
5151
},
52-
"test_action_2": actionschema.Schema{
52+
"test_action_2": {
5353
Attributes: map[string]actionschema.Attribute{
5454
"test_attribute": actionschema.StringAttribute{
5555
Optional: true,

0 commit comments

Comments
 (0)