Skip to content

Commit

Permalink
Fix the test suite...
Browse files Browse the repository at this point in the history
  • Loading branch information
poppastring committed Aug 10, 2020
1 parent a565b38 commit b44f231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/DasBlog.Tests/UnitTests/SiteConfigTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public class SiteConfigTest : ISiteConfig
public XmlElement[] anyElements { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public XmlAttribute[] anyAttributes { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public bool ShowItemSummaryInAggregatedViews { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public bool UseAspxExtension { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
ValidCommentTags[] ISiteConfig.ValidCommentTags { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
}
}

0 comments on commit b44f231

Please sign in to comment.