Complete the Asset/Wobject/Matrix.t fix by using the newly calculated assetId in the test.
This commit is contained in:
parent
f0b025e855
commit
f509317d55
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ cmp_deeply(
|
||||||
lastUpdated=>$matrixListing->get('revisionDate'),
|
lastUpdated=>$matrixListing->get('revisionDate'),
|
||||||
clicks=>"0",
|
clicks=>"0",
|
||||||
compares=>"0",
|
compares=>"0",
|
||||||
assetId=>$matrixListing->getId,
|
assetId=>$expectedAssetId,
|
||||||
url=>'/'.$matrixListing->get('url'),
|
url=>'/'.$matrixListing->get('url'),
|
||||||
title=>$matrixListing->get('title')
|
title=>$matrixListing->get('title')
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue