Skip to content

Commit cf54f5d

Browse files
committed
Rename test to match actual behavior
Address Copilot code review comment: rename test from EvaluateAndCompare_RecordsMismatch_WhenNoCancellationRace to EvaluateAndCompare_DoesNotRecordMismatch_WhenResultsMatch since the test verifies that no mismatch is recorded when both parsers return matching results.
1 parent 53c6839 commit cf54f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Test/L0/Worker/ActionManifestParserComparisonL0.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@ public void EvaluateAndCompare_SkipsMismatchRecording_WhenCancellationOccursDuri
267267
[Fact]
268268
[Trait("Level", "L0")]
269269
[Trait("Category", "Worker")]
270-
public void EvaluateAndCompare_RecordsMismatch_WhenNoCancellationRace()
270+
public void EvaluateAndCompare_DoesNotRecordMismatch_WhenResultsMatch()
271271
{
272272
try
273273
{
274-
// Arrange - Test that mismatches ARE recorded when there's no cancellation race
274+
// Arrange - Test that no mismatch is recorded when both parsers return matching results
275275
Setup();
276276

277277
// Enable comparison feature

0 commit comments

Comments
 (0)