Skip to content

Commit

Permalink
Issue #4501 Improve test.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Dec 6, 2023
1 parent f716613 commit d14d47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e107_tests/tests/unit/db_verifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1096,8 +1096,8 @@ public function testGetIntendedCharset()
public function testRunFix()
{
$sql = e107::getDb();
if(!e107::isInstalled('rss'))

if(!e107::isInstalled('rss_menu'))
{
e107::getPlugin()->install('rss_menu');
}
Expand Down

0 comments on commit d14d47a

Please sign in to comment.