提交 a004de25 编写于 作者: C Christian

Fix unit test

上级 d0584413
......@@ -87,6 +87,8 @@ namespace MQTTnet.Tests.Server
await sender.PublishStringAsync("A", "Payload", MqttQualityOfServiceLevel.AtLeastOnce);
await LongTestDelay();
receivedMessages.AssertReceivedCountEquals(1);
server.InterceptingClientEnqueueAsync += e =>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册