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:
parent
c1192daf56
commit
ead1b1c9df
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user