Skip to content

Commit bc5e2ab

Browse files
committed
Fix namespace of test class
1 parent 7954049 commit bc5e2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Http/RedisSessionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Integration\Http;
5+
namespace Tests\Tempest\Integration\Http;
66

77
use PHPUnit\Framework\Attributes\Test;
88
use Tempest\Clock\Clock;

0 commit comments

Comments
 (0)