Skip to content

Commit a86ec2d

Browse files
committed
fix:linting issue in test/unit/ContentstackHTTPClient-test.js
1 parent c141f42 commit a86ec2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/ContentstackHTTPClient-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('Contentstack HTTP Client', () => {
112112

113113
it('Contentstack retryDelayOption base test', done => {
114114
const client = contentstackHTTPClient({
115-
retryDelayOptions: { base: 200 },
115+
retryDelayOptions: { base: 200 }
116116
})
117117
expect(client.defaults.retryDelayOptions).to.not.equal(undefined)
118118
expect(client.defaults.retryDelayOptions.base).to.be.equal(200)

0 commit comments

Comments
 (0)