Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaappletw committed Oct 17, 2016
1 parent 688f03d commit de6631c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base-auth/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ var app = require('./app');
var request = require('supertest').agent(app.listen());

describe('Koa Basic Auth', function(){

describe('with no credentials', function(){
it('should `throw` 401', function(done){
request
Expand Down

0 comments on commit de6631c

Please sign in to comment.