From 9828c9ef5eca36af5e46d0df0046881de3ce2e47 Mon Sep 17 00:00:00 2001 From: travisturner Date: Wed, 23 Jul 2014 11:15:58 -0500 Subject: [PATCH] point to the right GUID --- hold/hold_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hold/hold_test.go b/hold/hold_test.go index a16894df2..c0dea289b 100644 --- a/hold/hold_test.go +++ b/hold/hold_test.go @@ -1,17 +1,16 @@ package hold import ( + "pilosa/util" "testing" "time" - "github.com/gocql/gocql/uuid" - . "github.com/smartystreets/goconvey/convey" ) func TestHoldChan(t *testing.T) { - Hold := Holder{make(map[GUID]holdchan), make(chan gethold), make(chan delhold)} + Hold := Holder{make(map[util.GUID]holdchan), make(chan gethold), make(chan delhold)} go Hold.Run() Convey("set then get", t, func() {