Skip to content

Commit 4ed8c3e

Browse files
committed
test: fix typo in blockstore test
Also format imports License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
1 parent 7febd60 commit 4ed8c3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

blocks/blockstore/arc_cache_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package blockstore
22

33
import (
4+
"testing"
5+
46
"github.com/ipfs/go-ipfs/blocks"
57
"github.com/ipfs/go-ipfs/blocks/key"
6-
"testing"
78

89
ds "gx/ipfs/QmTxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore"
910
syncds "gx/ipfs/QmTxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore/sync"
@@ -122,7 +123,7 @@ func TestGetFillsCache(t *testing.T) {
122123
}
123124
}
124125

125-
func TestGetAndDeleteFalseShortCirciot(t *testing.T) {
126+
func TestGetAndDeleteFalseShortCircuit(t *testing.T) {
126127
arc, _, cd := createStores(t)
127128

128129
arc.Has(exampleBlock.Key())

0 commit comments

Comments
 (0)