Skip to content

Commit

Permalink
feat: newline
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-freddysart committed Jan 3, 2024
1 parent 71a3d87 commit 0cf66ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conf_callbacks.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ echo "Setting oauth token bearer callback\n";
try {
$conf->setOauthbearerTokenRefreshCb(function () {});
} catch (\Exception $e) {
echo "caught ex\n";
echo $e->getMessage();
echo $e->getMessage()."\n";
}

--EXPECT--
Expand Down

0 comments on commit 0cf66ef

Please sign in to comment.