Fix a typo in a test, looking at the wrong table.
This commit is contained in:
parent
4e2a8bab91
commit
6f3aae261b
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue