bump gomega to 1.29.0

This commit is contained in:
carlory
2023-10-26 09:47:49 +08:00
parent ebf46ce1b4
commit 760abc2a82
76 changed files with 368 additions and 296 deletions

View File

@@ -199,7 +199,7 @@ func (opts formatOptions) FormatValue(v reflect.Value, parentKind reflect.Kind,
break
}
sf := t.Field(i)
if supportExporters && !isExported(sf.Name) {
if !isExported(sf.Name) {
vv = retrieveUnexportedField(v, sf, true)
}
s := opts.WithTypeMode(autoType).FormatValue(vv, t.Kind(), ptrs)