Missed a test usage of old go-uuid import
This commit is contained in:
parent
dfb9939d86
commit
db8353a7f1
1 changed files with 3 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue