mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed Mention unit test
refs https://github.com/TryGhost/Ghost/commit/c6b90b6ac
This commit is contained in:
parent
c6b90b6ac7
commit
a310ec2e3e
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ describe('Mention', function () {
|
|||
'sourceAuthor',
|
||||
'sourceExcerpt',
|
||||
'sourceFavicon',
|
||||
'sourceFeaturedImage'
|
||||
'sourceFeaturedImage',
|
||||
'verified'
|
||||
];
|
||||
assert.deepEqual(actual, expected);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue