Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
focusaurus committed Oct 6, 2018
1 parent f84ece2 commit 119bb32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/work/layout-tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tap.test("the main layout", async test => {
test.ok(body.includes("Projects"));
test.same(
$("title").text(),
"Peter Lyons: node.js expert consultant",
"Peter Lyons: Cyber Lumberjack",
"should have the normal title"
);
// should include the javascript with cachebusting
Expand Down
2 changes: 1 addition & 1 deletion app/work/pages-plugin-tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tap.test("home page", test => {
request(uri)
.get("/")
.expect(200)
.expect(/Crafting node.js web applications/)
.expect(/Cyber Lumberjack/)
.expect(/Stacks/)
.expect(/Creative Commons/)
.expect(/<section .*class="intro"/i)
Expand Down

0 comments on commit 119bb32

Please sign in to comment.