Skip to content

Commit

Permalink
public constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 13, 2020
1 parent 8e4b437 commit d9d7a6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Fakes/NetDaemon.Fakes/DaemonHostTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ public partial class DaemonHostTestBase : IAsyncLifetime
private readonly HttpHandlerMock _defaultHttpHandlerMock;
private readonly LoggerMock _loggerMock;

internal DaemonHostTestBase()
/// <summary>
/// Default contructor
/// </summary>
public DaemonHostTestBase()
{
_loggerMock = new LoggerMock();
_defaultHassClientMock = HassClientMock.DefaultMock;
Expand Down

0 comments on commit d9d7a6e

Please sign in to comment.