Skip to content

Commit

Permalink
Update store_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Sep 6, 2022
1 parent afd382f commit 3535503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/rocksdb/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ func TestLoadChangesForOptimisticTransactions(t *testing.T) {
defer tdb.Close()

ctrKey := []byte("num")
bdb := tdb.GetBaseDb()
bdb := tdb.GetBaseDB()
err = bdb.Put(wo, ctrKey, []byte{0})
if err != nil {
t.Errorf("Unable to PUT using base DB of optimistic transaction. Error: %v", err)
Expand Down

0 comments on commit 3535503

Please sign in to comment.