Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
styleci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgoslett committed May 18, 2017
1 parent b5550bc commit 19b9005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/KafkaPubSubAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public function testPublishBatch()
->withArgs([
RD_KAFKA_PARTITION_UA,
0,
'"lorem ipsum"'
'"lorem ipsum"',
])
->once();

Expand All @@ -286,7 +286,7 @@ public function testPublishBatch()

$messages = [
['hello' => 'world'],
'lorem ipsum'
'lorem ipsum',
];
$adapter->publishBatch('channel_name', $messages);
}
Expand Down

0 comments on commit 19b9005

Please sign in to comment.