Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Fix test related to change in c38895c
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 21, 2016
1 parent e5e5b31 commit a8f560d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/__tests__/cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ it("should build the base theme correctly",
const html404 = read(testFolder, "404.html")
expect(html404).toContain(
"window.__COLLECTION__ = " +
"[{\"layout\":\"PageError\",\"route\":\"404.html\",\"hero\""
"[{\"layout\":\"PageError\",\"route\":\"404.html\""
)

// ensure all pages have the correct title
Expand Down

0 comments on commit a8f560d

Please sign in to comment.