From 4ed8c3e5d93f0d686de3d1764270563e15c6e199 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 18 Aug 2016 18:09:16 +0200 Subject: [PATCH] test: fix typo in blockstore test Also format imports License: MIT Signed-off-by: Jakub Sztandera --- blocks/blockstore/arc_cache_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blocks/blockstore/arc_cache_test.go b/blocks/blockstore/arc_cache_test.go index b37092602ca..1d60416752e 100644 --- a/blocks/blockstore/arc_cache_test.go +++ b/blocks/blockstore/arc_cache_test.go @@ -1,9 +1,10 @@ package blockstore import ( + "testing" + "github.com/ipfs/go-ipfs/blocks" "github.com/ipfs/go-ipfs/blocks/key" - "testing" ds "gx/ipfs/QmTxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore" syncds "gx/ipfs/QmTxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore/sync" @@ -122,7 +123,7 @@ func TestGetFillsCache(t *testing.T) { } } -func TestGetAndDeleteFalseShortCirciot(t *testing.T) { +func TestGetAndDeleteFalseShortCircuit(t *testing.T) { arc, _, cd := createStores(t) arc.Has(exampleBlock.Key())