Skip to content

Commit 9ea547b

Browse files
committed
test(mqtt): fix compile error
1 parent 3c2312c commit 9ea547b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/service/mqtt_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func TestMqttBroker(t *testing.T) {
2323
},
2424
Payload: &mqtt.ConnectResponse{
2525
SessionPresent: false,
26-
ReturnCode: mqtt.Accepted,
26+
ReasonCode: mqtt.Success,
2727
},
2828
})
2929
})

0 commit comments

Comments
 (0)