Skip to content

Commit 0c90ac5

Browse files
author
Prashant Shubham
committed
Addressed review comments
1 parent 7028e6a commit 0c90ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/file-uploads/request-body.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ describe('file upload in request body', function () {
672672
});
673673

674674
(IS_BROWSER ? describe.skip : describe)('large file upload in request body', function () {
675-
afterEach(function () {
675+
after(function () {
676676
sh.rm('-rf', TEST_UPLOAD_FILE_LARGE);
677677
});
678678

0 commit comments

Comments
 (0)