File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ func TestDetailedDiffList(t *testing.T) {
219
219
changeValue * []string
220
220
tfOut string
221
221
pulumiOut string
222
- detailedDiff map [string ]any
222
+ detailedDiff map [string ]any
223
223
}
224
224
225
225
for _ , schemaValueMakerPair := range schemaValueMakerPairs {
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ func TestDetailedDiffMap(t *testing.T) {
163
163
changeValue * map [string ]* string
164
164
tfOut string
165
165
pulumiOut string
166
- detailedDiff map [string ]any
166
+ detailedDiff map [string ]any
167
167
}
168
168
169
169
for _ , schemaValueMakerPair := range schemaValueMakerPairs {
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ func TestDetailedDiffObject(t *testing.T) {
323
323
changeValue * map [string ]string
324
324
tfOut string
325
325
pulumiOut string
326
- detailedDiff map [string ]any
326
+ detailedDiff map [string ]any
327
327
}
328
328
329
329
for _ , schema := range schemas {
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ func TestDetailedDiffSet(t *testing.T) {
583
583
changeValue * []string
584
584
tfOut string
585
585
pulumiOut string
586
- detailedDiff map [string ]any
586
+ detailedDiff map [string ]any
587
587
}
588
588
589
589
for _ , schemaValueMakerPair := range schemaValueMakerPairs {
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ func TestDetailedDiffStringAttribute(t *testing.T) {
180
180
changeValue * string
181
181
tfOut string
182
182
pulumiOut string
183
- detailedDiff map [string ]any
183
+ detailedDiff map [string ]any
184
184
}
185
185
186
186
for _ , schema := range schemas {
You can’t perform that action at this time.
0 commit comments