mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed variable name typo
This commit is contained in:
parent
3ddfe59e15
commit
f27c7ba044
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ const postMatcher = {
|
|||
uuid: anyUuid
|
||||
};
|
||||
|
||||
const postMatcheShallowIncludes = Object.assign(
|
||||
const postMatcherShallowIncludes = Object.assign(
|
||||
{},
|
||||
postMatcher, {
|
||||
tags: anyArray,
|
||||
|
@ -169,7 +169,7 @@ describe('Posts Content API', function () {
|
|||
})
|
||||
.matchBodySnapshot({
|
||||
posts: new Array(11)
|
||||
.fill(postMatcheShallowIncludes)
|
||||
.fill(postMatcherShallowIncludes)
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue