Skip to content

Commit 4b3a306

Browse files
authored
Merge pull request #238 from Chris53897/fix/namespace-in-tests
test: fix namespace for RedirectPluginTest
2 parents 76015e9 + bd6df90 commit 4b3a306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Plugin/RedirectPluginTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Tests\Http\Cient\Common\Plugin;
5+
namespace Tests\Http\Client\Common\Plugin;
66

77
use Http\Client\Common\Exception\CircularRedirectionException;
88
use Http\Client\Common\Plugin\RedirectPlugin;

0 commit comments

Comments
 (0)