diff --git a/t/Asset/Story.t b/t/Asset/Story.t index 53e21b740..1fa90e3a0 100644 --- a/t/Asset/Story.t +++ b/t/Asset/Story.t @@ -266,11 +266,11 @@ cmp_deeply( 'getCrumbTrail: with topic set' ); -is_deeply( +cmp_bag( $story->exportGetRelatedAssetIds, - [ $topic->getId ], + [ $topic->getId, $archive->getId ], 'exportGetRelatedAssetIds', -); +) or diag Dumper $story->exportGetRelatedAssetIds; $story->topic('');