Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Jun 4, 2020
1 parent 8fabc7a commit 7d3e149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public async Task Should_Reschedule_Timeouts()
var expectedDeliveryAt = new DateTime(2020, 1, 1);

var scenarioContext = new IntegrationScenarioContext();
scenarioContext.RegisterTimeoutRescheduleRule<AMessage>(currentDelay =>
scenarioContext.RegisterTimeoutRescheduleRule<AMessage>((msg, currentDelay) =>
{
return new DoNotDeliverBefore(expectedDeliveryAt);
});
Expand Down

0 comments on commit 7d3e149

Please sign in to comment.