Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasohlund committed Mar 4, 2024
1 parent db83beb commit b464573
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public async Task Should_rethrow_when_disabling_error_queue()

Assert.AreEqual("simulated exception", exception.Message);
Assert.AreEqual(0, await CountMessagesInErrorQueue());
Assert.AreEqual(6, context.HandlerInvocationCount, "should immediately retry message before moving it to the error queue");
}

public class TestContext
Expand Down

0 comments on commit b464573

Please sign in to comment.