Skip to content

Commit

Permalink
fix buid
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuzhonghu committed Dec 9, 2019
1 parent 764a158 commit 6fc23bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ import (

var _ = Describe("Queue E2E Test", func() {
It("Reclaim", func() {
context := initTestContext("", []string{defaultQueue1, defaultQueue2}, nil)
context := initTestContext(options{
queues: []string{defaultQueue1, defaultQueue2},
})
defer cleanupTestContext(context)

slot := oneCPU
Expand Down

0 comments on commit 6fc23bc

Please sign in to comment.