fix(tests): use correct raft package

This commit is contained in:
Brandon Philips 2014-02-01 23:36:24 -08:00
parent 33be0e09fe
commit 2557992b70

View File

@ -4,7 +4,7 @@ import (
"net/http"
"github.com/coreos/etcd/store"
"github.com/coreos/go-raft"
"github.com/coreos/etcd/third_party/github.com/coreos/raft"
"github.com/stretchr/testify/mock"
)