Skip to content

Commit

Permalink
Issue #4501 TBD
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Dec 7, 2023
1 parent c533313 commit fc59e82
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 @@ -1107,9 +1107,9 @@ public function testRunFix()
$sql->gen('SHOW TABLE STATUS WHERE Name = "'.MPREFIX.'rss"');
$row = $sql->fetch('assoc');

if(isset($row['Collation'])) // TODO Get Working on all.
if(isset($row['Collation'])) // TODO Get Working on all.
{
self::assertStringNotContainsString('CHARSET=utf8mb4', $row['Collation']);
self::assertStringNotContainsString('utf8mb4', $row['Collation']);
}

// Fix table.
Expand Down

0 comments on commit fc59e82

Please sign in to comment.