Skip to content

Commit 2d2b6e6

Browse files
committed
feat: improve TryGetFirstDescendent logic
1 parent ef0096b commit 2d2b6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentAssertions.Analyzers.Tests/Tips/CollectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public class CollectionTests
316316
[AssertionDiagnostic("actual.ToArray().Count().Should().Be(1{0}).And.ToString();")]
317317
[Implemented]
318318
public void CollectionShouldHaveCount_CountShouldBe1_TestAnalyzer(string assertion) => VerifyCSharpDiagnosticCodeBlock(assertion, DiagnosticMetadata.CollectionShouldContainSingle_CountShouldBe1);
319-
319+
320320
[DataTestMethod]
321321
[AssertionDiagnostic("(array.Count() + 1).Should().Be(0{0}).And.ToString();")]
322322
[AssertionDiagnostic("(array.Count() + 1).Should().Be(1{0}).And.ToString();")]

0 commit comments

Comments
 (0)