Skip to content

Commit 55a15f7

Browse files
authored
Merge pull request #7961 from cargoedit/master
chore: fix inconsistent function name in comment
2 parents 1b2d9fb + f363149 commit 55a15f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/store/protocol_kv_store_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/onflow/flow-go/utils/unittest"
1515
)
1616

17-
// TesKeyValueStoreStorage tests if the KV store is stored, retrieved and indexed correctly
17+
// TestKeyValueStoreStorage tests if the KV store is stored, retrieved and indexed correctly
1818
func TestKeyValueStoreStorage(t *testing.T) {
1919
dbtest.RunWithDB(t, func(t *testing.T, db storage.DB) {
2020
lockManager := storage.NewTestingLockManager()

0 commit comments

Comments
 (0)