Skip to content

Commit 766fd07

Browse files
Modify the tests doc to point to service folder for tests (#8628) (#6075)
Signed-off-by: Modular Magician <[email protected]>
1 parent 3478aaa commit 766fd07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/8628.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/dns/resource_dns_record_set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func rrdatasDnsDiffSuppress(k, old, new string, d *schema.ResourceData) bool {
4848

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

0 commit comments

Comments
 (0)