Skip to content

Commit 80646e1

Browse files
committed
fix test
1 parent c9a1ed3 commit 80646e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/RedisConnectionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class RedisConnectionTest extends TestCase
1616
protected function tearDown(): void
1717
{
1818
$this->getConnection(false)->configSet('timeout', 0);
19+
$this->getConnection()->close();
1920
parent::tearDown();
2021
}
2122

0 commit comments

Comments
 (0)