fixing import

This commit is contained in:
Dennis Coyle 2018-04-23 09:45:20 -04:00 committed by JT Olds
parent 86e2657bdd
commit af30d8ffa1

View File

@ -6,9 +6,10 @@ package redis
import (
"testing"
"github.com/coyle/storj/protos/overlay"
"github.com/gogo/protobuf/proto"
"github.com/stretchr/testify/assert"
"storj.io/storj/protos/overlay"
)
func TestGet(t *testing.T) {