Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Apr 25, 2024
1 parent db7a3e2 commit b2d001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Module/ModuleManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function testActiveModule() : void
public function testRunningModule() : void
{
$module = $this->moduleManager->get('TestModule');
self::assertTrue($this->moduleManager->isRunning('TestModule', ''));
self::assertTrue($this->moduleManager->isRunning('TestModule'));
self::assertFalse($this->moduleManager->isRunning('Invalid'));
}

Expand Down

0 comments on commit b2d001c

Please sign in to comment.