Skip to content

Commit

Permalink
spacing adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-nl committed Sep 25, 2016
1 parent 06ed199 commit 8b283cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/debug.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ test( 'log.debug( message )', function ( t ) {

t.ok( console.log.calledOnce, 'should call console.log() once' );

t.ok( console.log.calledWith(
'[debug] ' + message ),
t.ok( console.log.calledWith( '[debug] ' + message ),
'should call console.log() with [debug] plus the message provided'
);

Expand Down

0 comments on commit 8b283cf

Please sign in to comment.