Skip to content

Commit 406d993

Browse files
authored
Format code (#6882)
1 parent f48a262 commit 406d993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Lua/EvalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testEvalShaButNotExists()
4242
$container = ContainerStub::mockContainer();
4343
$logger = $container->get(StdoutLoggerInterface::class);
4444
$logger->shouldReceive('warning')->once()->andReturnUsing(function ($message) {
45-
$this->assertSame('NOSCRIPT No matching script[HyperfTest\\Redis\\Stub\\HGetAllMultipleStub]. Use EVAL instead.', $message);
45+
$this->assertSame('NOSCRIPT No matching script[HyperfTest\Redis\Stub\HGetAllMultipleStub]. Use EVAL instead.', $message);
4646
});
4747

4848
$redis = $container->get(Redis::class);

0 commit comments

Comments
 (0)