Skip to content

Commit

Permalink
fix(pageservice.spec): removed extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Mar 14, 2023
1 parent c6c16b8 commit eb23deb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ describe("PageService", () => {
const MOCK_RESOURCE_ITEM = `${MOCK_RESOURCE_ROOM_NAME}/${MOCK_RESOURCE_CATEGORY_NAME}/_posts/${MOCK_UNLINKED_PAGE_NAME}`
const expected = err(
new NotFoundError(
`Error when parsing path:
${MOCK_RESOURCE_ITEM.split("/").slice(
`Error when parsing path: ${MOCK_RESOURCE_ITEM.split("/").slice(
0,
-1
)}, please ensure that the file exists!`
Expand Down

0 comments on commit eb23deb

Please sign in to comment.