Skip to content

Commit

Permalink
Corrected console output statement in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhyder committed Apr 18, 2015
1 parent cf09173 commit 9855351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/include/access_management_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('SecurityService', function() {
pb = new Lib(config);
SecurityService = pb.SecurityService;

console.log('Completed in %ms', (new Date()).getTime() - start);
console.log('Completed in %sms', (new Date()).getTime() - start);
next();
});

Expand Down

0 comments on commit 9855351

Please sign in to comment.