Ver código fonte

Fix build errors.

release/3.x.x
Christian Kratky 4 anos atrás
pai
commit
fc358f9015
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      Tests/MQTTnet.Core.Tests/Mockups/TestServerWrapper.cs

+ 2
- 0
Tests/MQTTnet.Core.Tests/Mockups/TestServerWrapper.cs Ver arquivo

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

public bool IsStarted { get; }

public IMqttServerStartedHandler StartedHandler
{
get => Implementation.StartedHandler;


Carregando…
Cancelar
Salvar