mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
Fixed variable name typo
This commit is contained in:
parent
3ddfe59e15
commit
f27c7ba044
@ -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…
Reference in New Issue
Block a user