Commit 1064d016 authored by Jakub Sztandera's avatar Jakub Sztandera

test: fix typo in blockstore test

Also format imports

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent edf6fdfe
package blockstore package blockstore
import ( import (
"testing"
"github.com/ipfs/go-ipfs/blocks" "github.com/ipfs/go-ipfs/blocks"
"github.com/ipfs/go-ipfs/blocks/key" "github.com/ipfs/go-ipfs/blocks/key"
"testing"
ds "gx/ipfs/QmTxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore" ds "gx/ipfs/QmTxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore"
syncds "gx/ipfs/QmTxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore/sync" syncds "gx/ipfs/QmTxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore/sync"
...@@ -122,7 +123,7 @@ func TestGetFillsCache(t *testing.T) { ...@@ -122,7 +123,7 @@ func TestGetFillsCache(t *testing.T) {
} }
} }
func TestGetAndDeleteFalseShortCirciot(t *testing.T) { func TestGetAndDeleteFalseShortCircuit(t *testing.T) {
arc, _, cd := createStores(t) arc, _, cd := createStores(t)
arc.Has(exampleBlock.Key()) arc.Has(exampleBlock.Key())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment