Commit 5677c872 authored by vipwzw's avatar vipwzw Committed by 33cn

fix test

parent 292c0a50
......@@ -131,9 +131,8 @@ func TestTicketMap(t *testing.T) {
func TestProcEvent(t *testing.T) {
c := Client{}
ret := c.ProcEvent(queue.Message{})
ret := c.ProcEvent(&queue.Message{})
assert.Equal(t, ret, true)
}
func Test_genPrivHash(t *testing.T) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment