Skip to content

Commit

Permalink
Modify the tests doc to point to service folder for tests (#8628) (ha…
Browse files Browse the repository at this point in the history
…shicorp#6075)

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Aug 15, 2023
1 parent 3478aaa commit 766fd07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/8628.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google-beta/services/dns/resource_dns_record_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func rrdatasDnsDiffSuppress(k, old, new string, d *schema.ResourceData) bool {

// suppress on a list when 1) its items have dups that need to be ignored
// and 2) string comparison on the items may need a special parse function
// example of usage can be found ../../../third_party/terraform/tests/resource_dns_record_set_test.go.erb
// example of usage can be found ../../../third_party/terraform/services/dns/resource_dns_record_set_test.go.erb
func RrdatasListDiffSuppress(oldList, newList []string, fun func(x string) string, _ *schema.ResourceData) bool {
// compare two lists of unordered records
diff := make(map[string]bool, len(oldList))
Expand Down

0 comments on commit 766fd07

Please sign in to comment.