Skip to content

Commit

Permalink
Fix Repository tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Dec 3, 2022
1 parent 5a2b408 commit 86fb215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Functional/Traits/CreateArticleTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function createArticleContent(ArticleInterface $article, array $data = []
$localizedDimensionContent = $article->createDimensionContent();
$localizedDimensionContent->setLocale($locale);
$localizedDimensionContent->setStage($stage);
$localizedDimensionContent->setTitle($data['title'] ?? null);

$templateKey = $data['templateKey'] ?? null;
if ($templateKey) {
Expand Down

0 comments on commit 86fb215

Please sign in to comment.