Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Mar 10, 2015
1 parent 4205104 commit 7329ddc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/end-as-callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ tap.test("tape assert.end as callback", function (tt) {
"do a task and write",
{ id: 1, ok: true, name: "null" },
{ id: 2, ok: true, name: "should be equal" },
{ id: 3, ok: true, name: "null" },
"do a task and write fail",
{ id: 4, ok: true, name: "null" },
{ id: 5, ok: true, name: "should be equal" },
{ id: 6, ok: false, name: "Error: fail" },
"tests 6",
"pass 5",
{ id: 3, ok: true, name: "null" },
{ id: 4, ok: true, name: "should be equal" },
{ id: 5, ok: false, name: "Error: fail" },
"tests 5",
"pass 4",
"fail 1"
])

Expand Down

0 comments on commit 7329ddc

Please sign in to comment.