Skip to content

Commit 9a839cd

Browse files
authored
Update IServiceCollectionExtensionsTests.cs
Signed-off-by: Neil South <[email protected]>
1 parent 7aea5de commit 9a839cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Messaging/Tests/IServiceCollectionExtensionsTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@ internal class GoodSubscriberService : IMessageBrokerSubscriberService
207207

208208
// event used by users of this library
209209
public event ConnectionErrorHandler? OnConnectionError;
210-
#pragma warning restore CS0067 // The event 'GoodSubscriberService.OnConnectionError' is never used
211-
212-
#pragma warning restore CS0067 // The event 'GoodSubscriberService.OnConnectionError' is never used
213-
214210
#pragma warning restore CS0067 // The event 'GoodSubscriberService.OnConnectionError' is never used
215211

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

0 commit comments

Comments
 (0)