Skip to content

Commit

Permalink
Update IServiceCollectionExtensionsTests.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth authored Oct 11, 2023
1 parent 7aea5de commit 9a839cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Messaging/Tests/IServiceCollectionExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ internal class GoodSubscriberService : IMessageBrokerSubscriberService

// event used by users of this library
public event ConnectionErrorHandler? OnConnectionError;
#pragma warning restore CS0067 // The event 'GoodSubscriberService.OnConnectionError' is never used

#pragma warning restore CS0067 // The event 'GoodSubscriberService.OnConnectionError' is never used

#pragma warning restore CS0067 // The event 'GoodSubscriberService.OnConnectionError' is never used

public void Acknowledge(MessageBase message) => throw new NotImplementedException();
Expand Down

0 comments on commit 9a839cd

Please sign in to comment.