diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Test.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/Test.php b/tests/Test.php index fd99ace..e3935d0 100644 --- a/tests/Test.php +++ b/tests/Test.php @@ -1,8 +1,8 @@  <?php -namespace CardmarketApi\Tests; +namespace Dweipert\CardmarketApi\Tests; -use CardmarketApi\OAuthMiddleware; +use Dweipert\CardmarketApi\OAuthMiddleware;  use GuzzleHttp\Client;  use GuzzleHttp\HandlerStack;  use PHPUnit\Framework\TestCase; | 
