Skip to content

Commit

Permalink
fix download info test
Browse files Browse the repository at this point in the history
  • Loading branch information
benwalch committed Sep 6, 2023
1 parent 1ad4bd9 commit 34b5a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/UnitDefault/Areas/DownloadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,13 @@ private function getCompareWithFileInfo($path1, $path2)
<li>
<a href="' . $path1 . '" target="_blank" class="icon-download-jpg">
<span class="title">Download</span>
<span class="file-info">(<span class="file-type">jpg</span>, 337 kb)</span>
<span class="file-info">(<span class="file-type">jpg</span>, 337 kB)</span>
</a>
</li>
<li>
<a href="' . $path2 . '" target="_blank" class="icon-download-jpg">
<span class="title">Download</span>
<span class="file-info">(<span class="file-type">jpg</span>, 337 kb)</span>
<span class="file-info">(<span class="file-type">jpg</span>, 337 kB)</span>
</a>
</li>
</ul>
Expand Down

0 comments on commit 34b5a39

Please sign in to comment.