diff --git a/t/Asset/File/Image.t b/t/Asset/File/Image.t index 90307548d..9d5ac63f8 100644 --- a/t/Asset/File/Image.t +++ b/t/Asset/File/Image.t @@ -89,7 +89,7 @@ $asset->getStorageLocation->crop($asset->get("filename"), 100, 125, 10, 25); my @stat_after = stat($filename); is(isnt_array(\@stat_before, \@stat_after), 1, 'Image is different after crop'); -my $sth = $session->db->read('describe imageAsset annotations'); +my $sth = $session->db->read('describe ImageAsset annotations'); isnt($sth->hashRef, undef, 'Annotations column is defined'); is($storage->getId, $asset->get('storageId'), 'Asset updated with correct new storageId');