Skip to content

Commit fd79ab0

Browse files
authored
fixed test for issue #44
CollectionShouldHaveElementAt_ShouldIgnoreDictionaryTypes should use all of the analyzers
1 parent a56b572 commit fd79ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void AssertionCallMultipleMethodWithTheSameNameAndArguments()
3030
public void CollectionShouldHaveElementAt_ShouldIgnoreDictionaryTypes()
3131
{
3232
string source = GenerateCode.DictionaryAssertion("actual[\"key\"].Should().Be(expectedValue);");
33-
DiagnosticVerifier.VerifyCSharpDiagnostic<CollectionShouldHaveElementAtAnalyzer>(source);
33+
DiagnosticVerifier.VerifyCSharpDiagnosticUsingAllAnalyzers(source);
3434
}
3535

3636
[TestMethod]

0 commit comments

Comments
 (0)