fix(store/v2): flaky TestDenomMetadata integration test. (#23184)

Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Alex | Skip <alex@skip.money>
This commit is contained in:
Tuan Tran
2025-01-07 16:36:19 +00:00
committed by GitHub
co-authored by Marko Alex | Skip
parent c1192daf56
commit ead1b1c9df
+3
View File
@@ -228,6 +228,9 @@ func (itr *pebbleDBIterator) Error() error {
}
func (itr *pebbleDBIterator) Close() error {
if itr.source == nil {
return nil
}
err := itr.source.Close()
itr.source = nil
itr.valid = false