Skip to content

Commit 1c100bf

Browse files
committed
cleaned dictionary tests
1 parent 2741152 commit 1c100bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public class DictionaryTests
161161
DiagnosticVerifier.VerifyCSharpDiagnosticUsingAllAnalyzers(source, new DiagnosticResult
162162
{
163163
Id = diagnosticId,
164-
Message = string.Format(message, GenerateCode.ActualVariableName),
164+
Message = message,
165165
Locations = new DiagnosticResultLocation[]
166166
{
167167
new DiagnosticResultLocation("Test0.cs", 11,13)

0 commit comments

Comments
 (0)