Skip to content

Commit 3f8d5b7

Browse files
committed
More comments
1 parent 3a44196 commit 3f8d5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.AcceptanceTests/Recoverability/MessageFailures/When_processing_message_with_missing_metadata_failed.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public async Task Should_be_able_to_get_the_message_by_id()
7878
//No failure time will result in utc now being used
7979
Assert.That(failure.TimeOfFailure, Is.GreaterThan(testStartTime));
8080

81-
// ServicePulse assumes that the receiving endpoint name
81+
// ServicePulse assumes that the receiving endpoint name is present
8282
Assert.That(failure.ReceivingEndpoint, Is.Not.Null);
8383
Assert.That(failure.ReceivingEndpoint.Name, Is.EqualTo(context.EndpointNameOfReceivingEndpoint));
8484
}

0 commit comments

Comments
 (0)