Skip to content

Commit bf04965

Browse files
test fix
1 parent 8a03552 commit bf04965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.AcceptanceTests/Recoverability/ExternalIntegration/When_a_reedit_solves_a_failed_msg.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public async Task Should_publish_notification()
7979
if (!ctx.SecondEdit)
8080
{
8181
var failedMessagedId = await this.GetOnlyFailedUnresolvedMessageId();
82-
if (failedMessagedId == null)
82+
if (failedMessagedId == null || failedMessagedId == ctx.OriginalMessageFailureId)
8383
{
8484
return false;
8585
}

0 commit comments

Comments
 (0)