Skip to content

Commit

Permalink
One more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sm6srw committed Feb 15, 2024
1 parent db95572 commit 16e02ad
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(685, generatedFileNames.Count());
Assert.AreEqual(700, generatedFileNames.Count());
}

[Test]
Expand Down

0 comments on commit 16e02ad

Please sign in to comment.