Browse Source

Fix build errors.

release/3.x.x
Christian Kratky 4 years ago
parent
commit
fc358f9015
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Tests/MQTTnet.Core.Tests/Mockups/TestServerWrapper.cs

+ 2
- 0
Tests/MQTTnet.Core.Tests/Mockups/TestServerWrapper.cs View File

@@ -23,6 +23,8 @@ namespace MQTTnet.Tests.Mockups
public TestContext TestContext { get; } public TestContext TestContext { get; }
public TestEnvironment TestEnvironment { get; } public TestEnvironment TestEnvironment { get; }


public bool IsStarted { get; }

public IMqttServerStartedHandler StartedHandler public IMqttServerStartedHandler StartedHandler
{ {
get => Implementation.StartedHandler; get => Implementation.StartedHandler;


Loading…
Cancel
Save