Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsu9901 committed Jul 31, 2023
1 parent 4ad91f6 commit f4fe7db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/support/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ module.exports = [
{
pattern: 'https://context.progress.example/([\\w-]+)',
fixtures: function (match, data, headers, context) {
context.progress = {parts: Number(match[1]), delay: 1000};
context.progress = {parts: Number(match[1]), delay: 1000};
return match && match[1];
},
Expand Down
2 changes: 1 addition & 1 deletion tests/support/expectations.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function (request, config, isServer) {
var oldSet = request.Request.prototype.set;
request.Request.prototype.set = function (field, value) {
if (typeof field === 'object') {
// spy on set to collect the used arguments
// spy on set to collect the used arguments
headers = field;
}

Expand Down

0 comments on commit f4fe7db

Please sign in to comment.