Skip to content

Commit

Permalink
fix the second exit test asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Mar 25, 2013
1 parent c20c556 commit c85294a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/exit.js
Expand Up @@ -124,9 +124,10 @@ tap.test('more planned in a second test', function (t) {
t.same(rs, [
'TAP version 13',
'first',
{ id: 1, ok: true, name: 'should be equivalent' },
{ id: 1, ok: true, name: '(unnamed assert)' },
'second',
{ id: 2, ok: true, name: 'should be equivalent' },
{ id: 2, ok: true, name: '(unnamed assert)' },
{ id: 3, ok: false, name: 'plan != count' },
'tests 3',
'pass 2',
'fail 1'
Expand Down

0 comments on commit c85294a

Please sign in to comment.