Skip to content

Commit

Permalink
test: Improve test reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Oct 5, 2020
1 parent ac34110 commit 7e4871b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/aws/provider/awsProvider.test.js
Expand Up @@ -59,7 +59,7 @@ describe('AwsProvider', () => {
});

it('should have no AWS logger', () => {
expect(awsProvider.sdk.config.logger).to.be.null;
expect(awsProvider.sdk.config.logger == null).to.be.true;
});

it('should set AWS logger', () => {
Expand Down

0 comments on commit 7e4871b

Please sign in to comment.