Skip to content

Commit 57c0c18

Browse files
committed
Added workflows to test.
1 parent 4ff096b commit 57c0c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Stub/ContainerStub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function mockContainer()
3333
$container->shouldReceive('get')->with(ConfigInterface::class)->andReturn(new Config([
3434
'redis' => [
3535
'default' => [
36-
'host' => 'localhost',
36+
'host' => '127.0.0.1',
3737
'auth' => null,
3838
'port' => 6379,
3939
'db' => 0,

0 commit comments

Comments
 (0)