Skip to content

Commit

Permalink
Ignore test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 28, 2023
1 parent cf4e1cc commit 0ee57f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Elmah.Io.Umbraco.Test/ElmahIoNotificationMethodTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ namespace Elmah.Io.Umbraco.Test
{
public class ElmahIoNotificationMethodTest
{
#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
private ElmahIoNotificationMethod sut;
private IHeartbeatsClient heartbeatsClient;
#pragma warning restore CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.

[SetUp]
public void SetUp()
Expand Down

0 comments on commit 0ee57f6

Please sign in to comment.