Skip to content

Commit 7b0b23e

Browse files
committed
fix linting
1 parent 98d5ede commit 7b0b23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutable_tree_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ func TestUpgradeStorageToFast_Delete_Stale_Success(t *testing.T) {
11741174

11751175
valStale := "val_stale"
11761176
addStaleKey := func(ndb *nodeDB, staleCount int) {
1177-
keyPrefix := "key"
1177+
keyPrefix := "key_prefix"
11781178
b := ndb.db.NewBatch()
11791179
for i := 0; i < staleCount; i++ {
11801180
key := fmt.Sprintf("%s_%d", keyPrefix, i)

0 commit comments

Comments
 (0)