Skip to content

Commit 7bde901

Browse files
committed
chore: update dependencies
1 parent aa0dae2 commit 7bde901

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ public class CollectionTests
184184
[Implemented]
185185
public void CollectionShouldNotContainProperty_WhereShouldBeEmpty_TestAnalyzer(string assertion) => VerifyCSharpDiagnosticCodeBlock(assertion, DiagnosticMetadata.CollectionShouldNotContainProperty_WhereShouldBeEmpty);
186186

187-
[DataTestMethod]
187+
// TODO: all test cases are ignored
188+
// [DataTestMethod]
188189
[IgnoreAssertionDiagnostic("actual.Should().OnlyContain(x => !x.BooleanProperty{0});")]
189190
[IgnoreAssertionDiagnostic("actual.AsEnumerable().Should().OnlyContain(x => !x.BooleanProperty{0}).And.ToString();")]
190191
[IgnoreAssertionDiagnostic("actual.ToArray().Should().OnlyContain(x => !x.BooleanProperty{0}).And.ToString();")]

0 commit comments

Comments
 (0)