We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa13535 commit 81f4486Copy full SHA for 81f4486
spec/test.spec.js
@@ -20,7 +20,7 @@ describe('S3Adapter tests', () => {
20
21
expect(() => {
22
new S3Adapter('accessKey', 'secretKey', {});
23
- }).toThrow(new Error("Failed to configure S3Adapter. Arguments don't make sense"));
+ }).toThrow(new Error('Failed to configure S3Adapter with invalid arguments.'));
24
25
26
new S3Adapter({ accessKey: 'accessKey', secretKey: 'secretKey' });
0 commit comments