Skip to content

Commit

Permalink
Update assert/assertions.go
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Mengué <dolmen@cpan.org>
  • Loading branch information
HaraldNordgren and dolmen committed Oct 17, 2023
1 parent 757919a commit 0d51d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert/assertions.go
Expand Up @@ -151,7 +151,7 @@ func copyExportedFields(expected interface{}) interface{} {
//
// This function does no assertion of any kind.
//
// Deprecated: Use EqualExportedValues instead
// Deprecated: Use [EqualExportedValues] instead.
func ObjectsExportedFieldsAreEqual(expected, actual interface{}) bool {
expectedCleaned := copyExportedFields(expected)
actualCleaned := copyExportedFields(actual)
Expand Down

0 comments on commit 0d51d37

Please sign in to comment.