Skip to content

Commit f363149

Browse files
committed
chore: fix inconsistent function name in comment
Signed-off-by: cargoedit <[email protected]>
1 parent 7158034 commit f363149

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)