Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyushev committed May 15, 2024
1 parent f54b2dd commit 5395c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Examples/ApiExamples/ApiExamples/ExChmLoadOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace ApiExamples
{
[TestFixture]
public class ExChmLoadOptions : ApiExampleBase
{
[Test] // ToDo: Need to add tests.
Expand Down
1 change: 1 addition & 0 deletions Examples/ApiExamples/ApiExamples/ExMarkdownSaveOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace ApiExamples
{
[TestFixture]
class ExMarkdownSaveOptions : ApiExampleBase
{
[TestCase(TableContentAlignment.Left)]
Expand Down

0 comments on commit 5395c1f

Please sign in to comment.