Fixed Mention unit test

refs https://github.com/TryGhost/Ghost/commit/c6b90b6ac
This commit is contained in:
Fabien "egg" O'Carroll 2023-02-16 14:37:22 +07:00
parent c6b90b6ac7
commit a310ec2e3e

View File

@ -26,7 +26,8 @@ describe('Mention', function () {
'sourceAuthor',
'sourceExcerpt',
'sourceFavicon',
'sourceFeaturedImage'
'sourceFeaturedImage',
'verified'
];
assert.deepEqual(actual, expected);
});