Missed a test usage of old go-uuid import

This commit is contained in:
Michael Schurter 2015-06-29 10:08:37 -07:00
parent dfb9939d86
commit db8353a7f1

View file

@ -15,9 +15,10 @@
package graph_test
import (
"code.google.com/p/go-uuid/uuid"
. "github.com/google/cayley/graph"
"testing"
. "github.com/google/cayley/graph"
"github.com/pborman/uuid"
)
func TestSequentialKeyCreation(t *testing.T) {