Skip to content

Commit 1cdfc1f

Browse files
xavdid-stripesukrucildirr
authored andcommitted
fix typo
1 parent 1720bb8 commit 1cdfc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/RequestSender.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ describe('RequestSender', () => {
10071007
});
10081008
});
10091009

1010-
it('should retry when a header says it should, even on status codes we ordinarily wouldn't, (done) => {
1010+
it("should retry when a header says it should, even on status codes we ordinarily wouldn't", (done) => {
10111011
nock(`https://${options.host}`)
10121012
.post(options.path, options.params)
10131013
.reply(

0 commit comments

Comments
 (0)