Skip to content

Commit

Permalink
lint fct test
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Toozs committed Jul 8, 2024
1 parent 7cdb373 commit e9a4300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/aws-node-sdk/test/object/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ describe('POST object', () => {
const error = result.Error;
assert.equal(error.Code[0], 'InvalidArgument');
assert.equal(error.Message[0], 'POST requires exactly one file upload per request.');
done();
return done();
});
});
});
Expand Down

0 comments on commit e9a4300

Please sign in to comment.