Skip to content

Commit

Permalink
test: fix typo in blockstore test
Browse files Browse the repository at this point in the history
Also format imports

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Aug 18, 2016
1 parent 7febd60 commit 4ed8c3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blocks/blockstore/arc_cache_test.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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())
Expand Down

0 comments on commit 4ed8c3e

Please sign in to comment.