Skip to content

Commit

Permalink
docs(testutil): Fix documentation of IgnoreTags (influxdata#13700)
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan authored Jul 31, 2023
1 parent 5a8370c commit c2956ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func IgnoreFields(names ...string) cmp.Option {
)
}

// return disables comparison of the tags with the given names.
// IgnoreTags disables comparison of the tags with the given names.
// The tag-names are case-sensitive!
func IgnoreTags(names ...string) cmp.Option {
return cmpopts.IgnoreSliceElements(
Expand Down

0 comments on commit c2956ac

Please sign in to comment.