We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56b572 commit fd79ab0Copy full SHA for fd79ab0
src/FluentAssertions.Analyzers.Tests/Tips/SanityTests.cs
@@ -30,7 +30,7 @@ public void AssertionCallMultipleMethodWithTheSameNameAndArguments()
30
public void CollectionShouldHaveElementAt_ShouldIgnoreDictionaryTypes()
31
{
32
string source = GenerateCode.DictionaryAssertion("actual[\"key\"].Should().Be(expectedValue);");
33
- DiagnosticVerifier.VerifyCSharpDiagnostic<CollectionShouldHaveElementAtAnalyzer>(source);
+ DiagnosticVerifier.VerifyCSharpDiagnosticUsingAllAnalyzers(source);
34
}
35
36
[TestMethod]
0 commit comments