Skip to content

Commit c7cab16

Browse files
committed
Update snippet.test.js
desc
1 parent 65dde53 commit c7cab16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegens/nodejs-axios/test/unit/snippet.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ describe('nodejs-axios convert function', function () {
424424
});
425425
});
426426

427-
it('should return snippet with maxBodyLength property set as "Infinity"', function () {
427+
it('should return snippet with maxBodyLength property as "Infinity"', function () {
428428
request = new sdk.Request(mainCollection.item[0].request);
429429
options = {
430430
requestTimeout: 1000

0 commit comments

Comments
 (0)