From bd6df908ce5335dbdfa6afdc40636c7a35cbdd88 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sun, 21 Jan 2024 11:46:52 +0100 Subject: [PATCH] test: fix namespace for RedirectPluginTest --- tests/Plugin/RedirectPluginTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Plugin/RedirectPluginTest.php b/tests/Plugin/RedirectPluginTest.php index 4c95bba..7fbf6f0 100644 --- a/tests/Plugin/RedirectPluginTest.php +++ b/tests/Plugin/RedirectPluginTest.php @@ -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;