Skip to content

Commit

Permalink
fixup! Update tests with script path and class changes
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Nov 30, 2024
1 parent 9641283 commit 7d6df30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CompileInjectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected function setUp(): void

public function testCompile(): void
{
$this->injector->compile(new FakeLazyModule()());
$this->injector->compile((new FakeLazyModule())());
// built in script
$this->assertFileExists(__DIR__ . '/tmp/-Ray_Compiler_Annotation_Compile.php');
$this->assertFileExists(__DIR__ . '/tmp/-Ray_Di_Annotation_ScriptDir.php');
Expand Down

0 comments on commit 7d6df30

Please sign in to comment.