Skip to content

Commit 630cd8b

Browse files
lint
1 parent e562437 commit 630cd8b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pkg/pf/tests/diff_list_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func TestDetailedDiffList(t *testing.T) {
219219
changeValue *[]string
220220
tfOut string
221221
pulumiOut string
222-
detailedDiff map[string]any
222+
detailedDiff map[string]any
223223
}
224224

225225
for _, schemaValueMakerPair := range schemaValueMakerPairs {

pkg/pf/tests/diff_map_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func TestDetailedDiffMap(t *testing.T) {
163163
changeValue *map[string]*string
164164
tfOut string
165165
pulumiOut string
166-
detailedDiff map[string]any
166+
detailedDiff map[string]any
167167
}
168168

169169
for _, schemaValueMakerPair := range schemaValueMakerPairs {

pkg/pf/tests/diff_object_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ func TestDetailedDiffObject(t *testing.T) {
323323
changeValue *map[string]string
324324
tfOut string
325325
pulumiOut string
326-
detailedDiff map[string]any
326+
detailedDiff map[string]any
327327
}
328328

329329
for _, schema := range schemas {

pkg/pf/tests/diff_set_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ func TestDetailedDiffSet(t *testing.T) {
583583
changeValue *[]string
584584
tfOut string
585585
pulumiOut string
586-
detailedDiff map[string]any
586+
detailedDiff map[string]any
587587
}
588588

589589
for _, schemaValueMakerPair := range schemaValueMakerPairs {

pkg/pf/tests/diff_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func TestDetailedDiffStringAttribute(t *testing.T) {
180180
changeValue *string
181181
tfOut string
182182
pulumiOut string
183-
detailedDiff map[string]any
183+
detailedDiff map[string]any
184184
}
185185

186186
for _, schema := range schemas {

0 commit comments

Comments
 (0)