diff --git a/tests/CodeFormatterTests.cs b/tests/CodeFormatterTests.cs index 370c0f3698..a104d35b28 100644 --- a/tests/CodeFormatterTests.cs +++ b/tests/CodeFormatterTests.cs @@ -381,7 +381,7 @@ public async Task NoFilesFormattedInGeneratedProject_WhenNotIncludingGeneratedCo includeGenerated: false, expectedExitCode: 0, expectedFilesFormatted: 0, - expectedFileCount: 1); + expectedFileCount: 3); } [Fact] @@ -393,8 +393,8 @@ public async Task FilesFormattedInGeneratedProject_WhenIncludingGeneratedCode() exclude: EmptyFilesList, includeGenerated: true, expectedExitCode: 0, - expectedFilesFormatted: 1, - expectedFileCount: 1); + expectedFilesFormatted: 3, + expectedFileCount: 3); } [Fact]