Skip to content

Commit

Permalink
Applied StyleCI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rjvandoesburg committed Feb 20, 2018
1 parent 4cca754 commit 8dc7153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HipChatDriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function it_builds_the_correct_payload()

// Now if the user wants to set the format to HTML
$payload = $driver->buildServicePayload('Test message', $message, [
'message_format' => 'html'
'message_format' => 'html',
]);

$this->assertEquals('html', $payload['message_format']);
Expand Down

0 comments on commit 8dc7153

Please sign in to comment.