Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Shubham committed Oct 6, 2020
1 parent 7028e6a commit 0c90ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/file-uploads/request-body.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ describe('file upload in request body', function () {
});

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

Expand Down

0 comments on commit 0c90ac5

Please sign in to comment.