mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
point to the right GUID
This commit is contained in:
parent
c229b335c3
commit
9828c9ef5e
1 changed files with 2 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue