We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7febd60 commit 4ed8c3eCopy full SHA for 4ed8c3e
blocks/blockstore/arc_cache_test.go
@@ -1,9 +1,10 @@
1
package blockstore
2
3
import (
4
+ "testing"
5
+
6
"github.com/ipfs/go-ipfs/blocks"
7
"github.com/ipfs/go-ipfs/blocks/key"
- "testing"
8
9
ds "gx/ipfs/QmTxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore"
10
syncds "gx/ipfs/QmTxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore/sync"
@@ -122,7 +123,7 @@ func TestGetFillsCache(t *testing.T) {
122
123
}
124
125
-func TestGetAndDeleteFalseShortCirciot(t *testing.T) {
126
+func TestGetAndDeleteFalseShortCircuit(t *testing.T) {
127
arc, _, cd := createStores(t)
128
129
arc.Has(exampleBlock.Key())
0 commit comments