PT-1554 Fixed tests for TableChecksum

This commit is contained in:
Carlos Salguero
2018-05-15 15:23:29 -03:00
parent 16df170671
commit 5414abc9aa

View File

@@ -626,7 +626,7 @@ is_deeply(
is_deeply(
[$c->get_crc_type($dbh, 'MD5')],
[qw(varchar 32)],
[qw(varchar 96)],
'Type and length of MD5'
);