Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jan 7, 2025
1 parent ba6213e commit 09df109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/UnitDefault/Areas/LinkListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private function getCompare()
<a href="https://www.dachcom.com" path="https://www.dachcom.com" linktype="direct" text="dummy" class="list-link">dummy</a>
</li>
<li>
<a href="https://www.dachcom-digital.com" class="list-link">dummy</a>
<a href="https://www.dachcom-digital.com" path="https://www.dachcom-digital.com" linktype="direct" text="dummy" class="list-link">dummy</a>
</li>
</ul>
</div>';
Expand All @@ -95,7 +95,7 @@ private function getCompareWithAdditionalClass()
<a href="https://www.dachcom.com" path="https://www.dachcom.com" linktype="direct" text="dummy" class="list-link">dummy</a>
</li>
<li>
<a href="https://www.dachcom-digital.com" class="list-link">dummy</a>
<a href="https://www.dachcom-digital.com" path="https://www.dachcom-digital.com" linktype="direct" text="dummy" class="list-link">dummy</a>
</li>
</ul>
</div>';
Expand Down

0 comments on commit 09df109

Please sign in to comment.