Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 4bc7fba

Browse files
committed
fix tests
1 parent 42698fe commit 4bc7fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-rendering.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function test_reactions() {
7878
array(
7979
'comment_author_url' => 'http://example.com/person',
8080
'comment_author' => 'Person',
81-
'comment_type' => '',
81+
'comment_type' => 'comment',
8282
'comment_content' => '😢', // 'crying face' emoji
8383
)
8484
);

0 commit comments

Comments
 (0)