Skip to content

Commit

Permalink
Update MarkdownGeneratorCommandTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Apr 8, 2024
1 parent 50554b2 commit 9a6bff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public void ProducesCorrectOutputFromCoreDirectory_preloadedbinaries()
FromDirectoryCommand.HandleDocumentationFromDirectory(opts);

var generatedFileNames = tempDirectory.GetFiles().Select(x => x.Name);
Assert.AreEqual(701, generatedFileNames.Count());
Assert.AreEqual(707, generatedFileNames.Count());
}

[Test]
Expand Down

0 comments on commit 9a6bff8

Please sign in to comment.