Skip to content

Commit

Permalink
fix api package
Browse files Browse the repository at this point in the history
  • Loading branch information
nongdenchet committed Jul 11, 2020
1 parent 90c5978 commit f131e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/DefaultApi.php → lib/Api/DefaultApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Do not edit the class manually.
*/

namespace Finnhub\Finnhub;
namespace Finnhub\Api;

use GuzzleHttp\Client;
use GuzzleHttp\ClientInterface;
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./lib</directory>
<directory suffix=".php">./lib/Api</directory>
<directory suffix=".php">./lib/Model</directory>
</whitelist>
</filter>
Expand Down

0 comments on commit f131e62

Please sign in to comment.