Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bidi47 committed Apr 8, 2024
1 parent d783ef2 commit 325fe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Factory/ContainerAbstractServiceFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function testInstantiate(): void
$this->container->expects($this->once())
->method('get')
->willReturnMap([
[ManagerInterface::class => ManagerInterface::class]
[ManagerInterface::class => ManagerInterface::class],
]);

$factory = (new ContainerAbstractServiceFactory())($this->container, 'dot-session.test');
Expand Down

0 comments on commit 325fe1f

Please sign in to comment.