Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyushev committed Dec 5, 2024
1 parent 3d3bd53 commit 65115a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ public void AppendAllDocumentsInFolder()
//ExEnd

Assert.AreEqual(7, dstDoc.Styles.Count);
Assert.AreEqual(9, dstDoc.Sections.Count);
Assert.AreEqual(10, dstDoc.Sections.Count);
}

[Test]
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExLowCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
namespace ApiExamples
{
[TestFixture]
class ExLowCode : ApiExampleBase
public class ExLowCode : ApiExampleBase
{
[Test]
public void MergeDocuments()
Expand Down

0 comments on commit 65115a5

Please sign in to comment.