Skip to content

Commit 9908589

Browse files
lint
1 parent 50d6045 commit 9908589

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkg/valueshim/tftype_json_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ func TestValueToJSON(t *testing.T) {
121121
expectJSON: autogold.Expect("null"),
122122
},
123123
{
124-
name: "list empty",
125-
typ: tftypes.List{ElementType: tftypes.String},
126-
value: tftypes.NewValue(tftypes.List{ElementType: tftypes.String}, []tftypes.Value{}),
124+
name: "list empty",
125+
typ: tftypes.List{ElementType: tftypes.String},
126+
value: tftypes.NewValue(tftypes.List{ElementType: tftypes.String}, []tftypes.Value{}),
127127
expectJSON: autogold.Expect("[]"),
128128
},
129129
{
@@ -165,9 +165,9 @@ func TestValueToJSON(t *testing.T) {
165165
expectJSON: autogold.Expect("null"),
166166
},
167167
{
168-
name: "set empty",
169-
typ: tftypes.Set{ElementType: tftypes.String},
170-
value: tftypes.NewValue(tftypes.Set{ElementType: tftypes.String}, []tftypes.Value{}),
168+
name: "set empty",
169+
typ: tftypes.Set{ElementType: tftypes.String},
170+
value: tftypes.NewValue(tftypes.Set{ElementType: tftypes.String}, []tftypes.Value{}),
171171
expectJSON: autogold.Expect("[]"),
172172
},
173173
{

0 commit comments

Comments
 (0)