Browse Source

Fix unit tests.

release/3.x.x
Christian 6 years ago
parent
commit
b23d25217b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Tests/MQTTnet.Core.Tests/MqttServerTests.cs

+ 1
- 1
Tests/MQTTnet.Core.Tests/MqttServerTests.cs View File

@@ -75,7 +75,7 @@ namespace MQTTnet.Core.Tests
await s.StopAsync(); await s.StopAsync();
} }


Assert.AreEqual(1, receivedMessagesCount);
Assert.AreEqual(0, receivedMessagesCount);
} }


[TestMethod] [TestMethod]


Loading…
Cancel
Save