Browse Source

修改测试

yjp 1 year ago
parent
commit
dbee563490
1 changed files with 0 additions and 1 deletions
  1. 0 1
      mqtt_binding_test.go

+ 0 - 1
mqtt_binding_test.go

@@ -54,7 +54,6 @@ func TestMqttBinding(t *testing.T) {
 		BusinessFunc: func(c *mqtt_client.MqttClient, inputModel struct {
 			Time string `json:"time"`
 		}) (map[string]interface{}, error) {
-			panic("11111111")
 			fmt.Printf("Received: %v\n", inputModel)
 
 			return map[string]interface{}{