Skip to content

Commit

Permalink
Merge pull request #238 from Chris53897/fix/namespace-in-tests
Browse files Browse the repository at this point in the history
test: fix namespace for RedirectPluginTest
  • Loading branch information
dbu committed Jan 22, 2024
2 parents 76015e9 + bd6df90 commit 4b3a306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Plugin/RedirectPluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Tests\Http\Cient\Common\Plugin;
namespace Tests\Http\Client\Common\Plugin;

use Http\Client\Common\Exception\CircularRedirectionException;
use Http\Client\Common\Plugin\RedirectPlugin;
Expand Down

0 comments on commit 4b3a306

Please sign in to comment.