Skip to content

Commit

Permalink
All syntax errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Jul 23, 2020
1 parent e1e5497 commit 90837c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tests/connectors/test-class-connector-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public function test_callback_spam_comment() {
'%1$s\'s %3$s on %2$s marked as spam',
'1: Comment author, 2: Post title, 3: Comment type',
'stream'
),
)
),
$this->equalTo(
[
Expand Down Expand Up @@ -372,7 +372,7 @@ public function test_callback_unspam_comment() {
'%1$s\'s %3$s on %2$s unmarked as spam',
'1: Comment author, 2: Post title, 3: Comment type',
'stream'
),
)
),
$this->equalTo(
[
Expand Down Expand Up @@ -470,7 +470,7 @@ public function test_callback_comment_duplicate_trigger() {
'Duplicate %3$s by %1$s prevented on %2$s',
'1: Comment author, 2: Post title, 3: Comment type',
'stream'
),
)
),
$this->equalTo(
[
Expand Down

0 comments on commit 90837c0

Please sign in to comment.