Skip to content

Commit

Permalink
corrected test output message [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Livingston committed Sep 30, 2014
1 parent 680b8e7 commit 216793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-swaggerize.js
Expand Up @@ -22,7 +22,7 @@ test('swaggerize', function (t) {
t.test('api', function (t) {
t.plan(5);

t.ok(app.hasOwnProperty('api'), 'has _api property.');
t.ok(app.hasOwnProperty('api'), 'has api property.');
t.ok(app.api, 'api is an object.');

t.ok(app.hasOwnProperty('setHost'), 'has setHost property.');
Expand Down

0 comments on commit 216793f

Please sign in to comment.