Skip to content

Commit c766c7e

Browse files
DYN-7963 Obsolote Excel Interop Node - Regression
2 commits were reverted (they were used to get more info about why the test was failing). In the ProducesCorrectOutputFromCoreDirectory_preloadedbinaries() test the generated md files were reduced from 756 to 754 due that 2 excel nodes were obsoleted with a warning message so the md files are not generated for those 2 nodes.
1 parent 9e7da22 commit c766c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Tools/NodeDocumentationMarkdownGeneratorTests/MarkdownGeneratorCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public void ProducesCorrectOutputFromCoreDirectory_preloadedbinaries()
164164
FromDirectoryCommand.HandleDocumentationFromDirectory(opts);
165165

166166
var generatedFileNames = tempDirectory.GetFiles().Select(x => x.Name);
167-
Assert.AreEqual(756, generatedFileNames.Count());
167+
Assert.AreEqual(754, generatedFileNames.Count());
168168
}
169169

170170
[Test]

0 commit comments

Comments
 (0)