Skip to content

Commit

Permalink
Update tests/Unit/ContainerTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
np25071984 and vjik authored Jan 11, 2025
1 parent 40274b1 commit b835cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function testCanCreateWihtoutConfig(): void
{
$this->expectNotToPerformAssertions();

$cont = new Container();
new Container();
}

public function testSettingScalars(): void
Expand Down

0 comments on commit b835cda

Please sign in to comment.