Skip to content

Commit

Permalink
test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gojuukaze committed Nov 23, 2020
1 parent 112f83d commit bc804bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/test/rockemqBroker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func TestRocketMqBrokerLSend(t *testing.T) {
[]string{"127.0.0.1:9876"},
[]string{"127.0.0.1:10911"})

broker := brokers.NewRocketMqBroker("127.0.0.1", "9876")
broker.Activate()
defer broker.Shutdown()
msg := message.NewMessage(controller.NewTaskCtl())
Expand Down

0 comments on commit bc804bc

Please sign in to comment.