File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
ServiceControl.Persistence.Tests/Recoverability
ServiceControl/MessageFailures/Api Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 99 using Contracts . Operations ;
1010 using MessageFailures ;
1111 using Microsoft . Extensions . DependencyInjection ;
12- using NServiceBus . Testing ;
1312 using NServiceBus . Transport ;
1413 using NUnit . Framework ;
15- using ServiceControl . Persistence . MessageRedirects ;
1614 using ServiceControl . Recoverability ;
1715 using ServiceControl . Recoverability . Editing ;
1816
@@ -139,7 +137,7 @@ public async Task Should_dispatch_edited_message_when_first_edit()
139137 }
140138 }
141139
142- [ Test ]
140+ [ Test ]
143141 public async Task Should_dispatch_edited_message_when_retrying ( )
144142 {
145143 var failedMessageId = Guid . NewGuid ( ) . ToString ( ) ;
Original file line number Diff line number Diff line change 1919 public class EditFailedMessagesController (
2020 Settings settings ,
2121 IErrorMessageDataStore store ,
22- IMessageSession session ,
2322 IServiceProvider serviceContainer ,
2423 ILogger < EditFailedMessagesController > logger )
2524 : ControllerBase
You can’t perform that action at this time.
0 commit comments