Commit 8a8c45c0 authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix: gocheck imports

parent 238411e2
...@@ -2,12 +2,13 @@ package datastore_test ...@@ -2,12 +2,13 @@ package datastore_test
import ( import (
"bytes" "bytes"
. "github.com/jbenet/datastore.go"
. "launchpad.net/gocheck"
"math/rand" "math/rand"
"path" "path"
"strings" "strings"
"testing" "testing"
. "github.com/jbenet/datastore.go"
. "gopkg.in/check.v1"
) )
// Hook up gocheck into the "go test" runner. // Hook up gocheck into the "go test" runner.
......
...@@ -2,12 +2,11 @@ package lru_test ...@@ -2,12 +2,11 @@ package lru_test
import ( import (
"strconv" "strconv"
"testing" "testing"
ds "github.com/jbenet/datastore.go" ds "github.com/jbenet/datastore.go"
lru "github.com/jbenet/datastore.go/lru" lru "github.com/jbenet/datastore.go/lru"
. "launchpad.net/gocheck" . "gopkg.in/check.v1"
) )
// Hook up gocheck into the "go test" runner. // Hook up gocheck into the "go test" runner.
......
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