Skip to content

Commit

Permalink
fix test unit
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Sep 30, 2024
1 parent c6d815f commit 0f12e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HelpersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testEventLoopWithDefaultClass()

public function testPackageInstalled()
{
$packageName = 'webman/console';
$packageName = 'swow/swow';
$this->assertTrue(package_installed($packageName));
$packageName = 'nonexistent/package';
$this->assertFalse(package_installed($packageName));
Expand Down

0 comments on commit 0f12e14

Please sign in to comment.