Update v1.js

This commit is contained in:
Tony Tam
2015-09-19 10:39:16 -07:00
parent 4efefb156a
commit f6f8e74586

View File

@@ -96,7 +96,8 @@ describe('swagger 1.x spec tests', function () {
}); });
}); });
after(function(){ after(function(done){
servers.close(); servers.close();
done();
}); });
}); });