Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Nov 26, 2024
1 parent cde959c commit f769b76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/pf/tests/diff_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func TestDetailedDiffList(t *testing.T) {
changeValue *[]string
tfOut string
pulumiOut string
detailedDiff map[string]any
detailedDiff map[string]any
}

for _, schemaValueMakerPair := range schemaValueMakerPairs {
Expand Down
2 changes: 1 addition & 1 deletion pkg/pf/tests/diff_map_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func TestDetailedDiffMap(t *testing.T) {
changeValue *map[string]*string
tfOut string
pulumiOut string
detailedDiff map[string]any
detailedDiff map[string]any
}

for _, schemaValueMakerPair := range schemaValueMakerPairs {
Expand Down
2 changes: 1 addition & 1 deletion pkg/pf/tests/diff_object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func TestDetailedDiffObject(t *testing.T) {
changeValue *map[string]string
tfOut string
pulumiOut string
detailedDiff map[string]any
detailedDiff map[string]any
}

for _, schema := range schemas {
Expand Down
2 changes: 1 addition & 1 deletion pkg/pf/tests/diff_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ func TestDetailedDiffSet(t *testing.T) {
changeValue *[]string
tfOut string
pulumiOut string
detailedDiff map[string]any
detailedDiff map[string]any
}

for _, schemaValueMakerPair := range schemaValueMakerPairs {
Expand Down
2 changes: 1 addition & 1 deletion pkg/pf/tests/diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func TestDetailedDiffStringAttribute(t *testing.T) {
changeValue *string
tfOut string
pulumiOut string
detailedDiff map[string]any
detailedDiff map[string]any
}

for _, schema := range schemas {
Expand Down

0 comments on commit f769b76

Please sign in to comment.