Skip to content

Commit

Permalink
GH-74 :: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikag2 committed Oct 7, 2024
1 parent fb7b4cb commit e03a32a
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ public ArticlePageServiceTests()
Text = new HtmlString(ARTICLE_TEXT),
Url = ARTICLE_URL
};

var sampleArticlePage = new ArticlePage()
{
ArticlePageContent = [new Article()
{
ArticleTitle = ARTICLE_TITLE,
ArticleSummary = ARTICLE_SUMMARY,
ArticleText = ARTICLE_TEXT,
ArticleTeaser = []
}],
ArticlePagePublishDate = DateTime.Now
};
}

private ArticlePage BuildSampleArticlePage() => new()
Expand Down

0 comments on commit e03a32a

Please sign in to comment.