@@ -765,9 +765,9 @@ describe('request(app)', function () {
765
765
} ) ;
766
766
} ) ;
767
767
768
- // this scenario should never happen after https://github.com/visionmedia /supertest/pull/767
768
+ // this scenario should never happen after https://github.com/ladjs /supertest/pull/767
769
769
// meant for test coverage for lib/test.js#287
770
- // https://github.com/visionmedia /supertest/blob/e064b5ae71e1dfa3e1a74745fda527ac542e1878/lib/test.js#L287
770
+ // https://github.com/ladjs /supertest/blob/e064b5ae71e1dfa3e1a74745fda527ac542e1878/lib/test.js#L287
771
771
it ( '_assertFunction should catch and return error' , function ( done ) {
772
772
const error = new Error ( 'failed' ) ;
773
773
const returnedError = get
@@ -1306,7 +1306,7 @@ describe('request.get(url).query(vals) works as expected', function () {
1306
1306
. get ( '/' )
1307
1307
// This expect should never get called, but exposes this issue with other
1308
1308
// errors being obscured by the response assertions
1309
- // https://github.com/visionmedia /supertest/issues/352
1309
+ // https://github.com/ladjs /supertest/issues/352
1310
1310
. expect ( 200 )
1311
1311
. end ( function ( err , res ) {
1312
1312
should . exist ( err ) ;
@@ -1323,7 +1323,7 @@ describe('request.get(url).query(vals) works as expected', function () {
1323
1323
// this scenario should never happen
1324
1324
// there shouldn't be any res if there is an err
1325
1325
// meant for test coverage for lib/test.js#169
1326
- // https://github.com/visionmedia /supertest/blob/5543d674cf9aa4547927ba6010d31d9474950dec/lib/test.js#L169
1326
+ // https://github.com/ladjs /supertest/blob/5543d674cf9aa4547927ba6010d31d9474950dec/lib/test.js#L169
1327
1327
it ( 'handles unknown errors (err with res)' , function ( done ) {
1328
1328
const app = express ( ) ;
1329
1329
0 commit comments