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 2741152 commit 1c100bfCopy full SHA for 1c100bf
src/FluentAssertions.Analyzers.Tests/Tips/DictionaryTests.cs
@@ -161,7 +161,7 @@ public class DictionaryTests
161
DiagnosticVerifier.VerifyCSharpDiagnosticUsingAllAnalyzers(source, new DiagnosticResult
162
{
163
Id = diagnosticId,
164
- Message = string.Format(message, GenerateCode.ActualVariableName),
+ Message = message,
165
Locations = new DiagnosticResultLocation[]
166
167
new DiagnosticResultLocation("Test0.cs", 11,13)
0 commit comments