Skip to content

Commit f27c7ba

Browse files
committed
Fixed variable name typo
1 parent 3ddfe59 commit f27c7ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ghost/core/test/e2e-api/content/posts.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const postMatcher = {
1414
uuid: anyUuid
1515
};
1616

17-
const postMatcheShallowIncludes = Object.assign(
17+
const postMatcherShallowIncludes = Object.assign(
1818
{},
1919
postMatcher, {
2020
tags: anyArray,
@@ -169,7 +169,7 @@ describe('Posts Content API', function () {
169169
})
170170
.matchBodySnapshot({
171171
posts: new Array(11)
172-
.fill(postMatcheShallowIncludes)
172+
.fill(postMatcherShallowIncludes)
173173
});
174174
});
175175

0 commit comments

Comments
 (0)