Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-st committed Jun 17, 2020
1 parent 9f17a24 commit db95501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/catlistdisplayer/test-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function test_tags_and_classes_params() {
$displayer = new CatListDisplayer(array_merge(ListCategoryPosts::default_params()));

$this->assertSame('<ul class="lcp_catlist" id="lcp_instance_0">' .
'<li class="current"><a href="http://example.org/?p=' . $test_post->ID .
'<li ><a href="http://example.org/?p=' . $test_post->ID .
'" title="Test post">Test post</a></li></ul>',
$displayer->display());
}
Expand Down

0 comments on commit db95501

Please sign in to comment.