Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-001 authored Aug 12, 2024
1 parent 81cf796 commit d57f153
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ describe("declarative config: process_auto_fields", function()
max_coalescing_delay = 1,
max_retry_delay = 60,
max_retry_time = 60,
concurrency = 1,
concurrency_limit = 1,
},
}
},
Expand Down Expand Up @@ -237,7 +237,7 @@ describe("declarative config: process_auto_fields", function()
max_coalescing_delay = 1,
max_retry_delay = 60,
max_retry_time = 60,
concurrency = 1,
concurrency_limit = 1,
},
}
},
Expand Down Expand Up @@ -355,7 +355,7 @@ describe("declarative config: process_auto_fields", function()
max_coalescing_delay = 1,
max_retry_delay = 60,
max_retry_time = 60,
concurrency = 1,
concurrency_limit = 1,
},
}
},
Expand Down Expand Up @@ -677,7 +677,7 @@ describe("declarative config: process_auto_fields", function()
max_coalescing_delay = 1,
max_retry_delay = 60,
max_retry_time = 60,
concurrency = 1,
concurrency_limit = 1,
},
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ describe("declarative config: flatten", function()
max_retry_delay = 60,
max_retry_time = 60,
max_bytes = null,
concurrency = 1,
concurrency_limit = 1,
},
}
},
Expand Down Expand Up @@ -410,7 +410,7 @@ describe("declarative config: flatten", function()
max_retry_delay = 60,
max_retry_time = 60,
max_bytes = null,
concurrency = 1,
concurrency_limit = 1,
},
},
consumer = {
Expand Down Expand Up @@ -613,7 +613,7 @@ describe("declarative config: flatten", function()
max_retry_delay = 60,
max_retry_time = 60,
max_bytes = null,
concurrency = 1,
concurrency_limit = 1,
},
},
consumer = null,
Expand Down Expand Up @@ -1131,7 +1131,7 @@ describe("declarative config: flatten", function()
max_retry_delay = 60,
max_retry_time = 60,
max_bytes = null,
concurrency = 1,
concurrency_limit = 1,
},
},
consumer = null,
Expand Down

0 comments on commit d57f153

Please sign in to comment.