mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Fixed variable name typo
This commit is contained in:
parent
3ddfe59e15
commit
f27c7ba044
@ -14,7 +14,7 @@ const postMatcher = {
|
|||||||
uuid: anyUuid
|
uuid: anyUuid
|
||||||
};
|
};
|
||||||
|
|
||||||
const postMatcheShallowIncludes = Object.assign(
|
const postMatcherShallowIncludes = Object.assign(
|
||||||
{},
|
{},
|
||||||
postMatcher, {
|
postMatcher, {
|
||||||
tags: anyArray,
|
tags: anyArray,
|
||||||
@ -169,7 +169,7 @@ describe('Posts Content API', function () {
|
|||||||
})
|
})
|
||||||
.matchBodySnapshot({
|
.matchBodySnapshot({
|
||||||
posts: new Array(11)
|
posts: new Array(11)
|
||||||
.fill(postMatcheShallowIncludes)
|
.fill(postMatcherShallowIncludes)
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user