Skip to content

Commit 9bf6500

Browse files
committed
cleanup test
1 parent 1b24118 commit 9bf6500

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/httpbis/httpbis.int.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,7 @@ describe('httpbis', () => {
464464
'signature': 'sig-b24=:MEYCIQDXrmWrcxKWLQQm0zlwbFr5/KAlB9oHkfMpNRVCuGVHjQIhAKtljVKRuRoWv5dCKuc+GgP3eqLAq+Eg0d3olyR67BYK:',
465465
});
466466
stream.end('{"message": "good dog"}');
467-
stream.close(undefined, () => {
468-
console.log('closed');
469-
});
467+
stream.close();
470468
});
471469
return server.start();
472470
});

0 commit comments

Comments
 (0)