Skip to content

Commit

Permalink
SPRXCLT-12: fix comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Monjalet committed Aug 4, 2023
1 parent c6003c8 commit e0c6a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/sproxyd.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ const clientImmutableWithFailover = new Sproxy({
}
});
},
// Next request should go wel
// Next request should go well
next => {
const upStream = new stream.PassThrough();
upStream.write(upload);
Expand Down

0 comments on commit e0c6a12

Please sign in to comment.