Skip to content

Commit 55ef45f

Browse files
committed
fixed formatting issue
1 parent 5325006 commit 55ef45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentAssertions.BestPractices.Tests/DiagnosticVerifier.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ private static Diagnostic[] GetSortedDiagnosticsFromDocuments(DiagnosticAnalyzer
279279

280280
var code = documents[0].GetSyntaxRootAsync().Result.ToFullString();
281281

282-
other.Should().BeEmpty($"there should be no error diagnostics that are not related to the test.{Environment.NewLine}code: {code}");
282+
other.Should().BeEmpty("there should be no error diagnostics that are not related to the test.{0}code: {1}", Environment.NewLine, code);
283283

284284
foreach (var diag in relevantDiagnostics)
285285
{

0 commit comments

Comments
 (0)