File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments