Skip to content

Commit 81f4486

Browse files
authored
Update spec/test.spec.js
1 parent fa13535 commit 81f4486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/test.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('S3Adapter tests', () => {
2020

2121
expect(() => {
2222
new S3Adapter('accessKey', 'secretKey', {});
23-
}).toThrow(new Error("Failed to configure S3Adapter. Arguments don't make sense"));
23+
}).toThrow(new Error('Failed to configure S3Adapter with invalid arguments.'));
2424

2525
expect(() => {
2626
new S3Adapter({ accessKey: 'accessKey', secretKey: 'secretKey' });

0 commit comments

Comments
 (0)