Skip to content

Commit

Permalink
Fix test count
Browse files Browse the repository at this point in the history
  • Loading branch information
twastvedt committed Apr 15, 2024
1 parent 2e8be18 commit 895375f
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(707, generatedFileNames.Count());
Assert.AreEqual(706, generatedFileNames.Count());
}

[Test]
Expand Down

0 comments on commit 895375f

Please sign in to comment.