Update packages/providers/upload-aws-s3/src/__tests__/utils.test.ts

Co-authored-by: Ben Irvin <ben@innerdvations.com>
This commit is contained in:
Christian 2023-11-10 11:36:41 +01:00 committed by GitHub
parent e8b0ff5fe2
commit d87a9b3b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ describe('Utils', () => {
secretAccessKey,
});
});
test('Does not throw an error when crednetials are not present', () => {
test('Does not throw an error when credentials are not present', () => {
const options: InitOptions = {
s3Options: {
...defaultOptions,