Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Apr 30, 2024
1 parent 736208b commit f685adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ss/test/storage_test_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ func (s *StorageTestSuite) TestDatabaseIteratorDeletes() {
s.Require().NoError(DBApplyDeleteChangeset(db, 5, storeKey1, [][]byte{[]byte("key001")}))

itr, err := db.Iterator(storeKey1, 11, []byte("key001"), nil)
s.Require().NoError(err)

// there should be no valid key in the iterator
var count = 0
Expand Down

0 comments on commit f685adf

Please sign in to comment.