Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 23, 2018
1 parent f4d7fc0 commit 1ea2fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/ResultSet.normalizeRow.mysql.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Assert::equal([
'tinytext' => '',
'mediumtext' => '',
'longtext' => '',
'enum' => 'b',
'enum' => 'x',
'set' => '',
], (array) $res->fetch());

Expand Down

0 comments on commit 1ea2fe2

Please sign in to comment.