Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek jha <[email protected]>
  • Loading branch information
duckling69 committed Jun 18, 2024
1 parent 6aed282 commit 0e10748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator-caliper/generators/benchmark/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = class extends Generator {
{name: 'Fixed Rate', value: 'fixed-rate'},
{name: 'Fixed Backlog', value: 'fixed-backlog'},
{name: 'Linear Rate', value: 'linear-rate'},
{name: 'Fixed Feedback Rate', value: 'fixed-feedback-rate'}
{name: 'Fixed Feedback Rate', value: 'fixed-feedback-rate'},
{name: 'Fixed Load', value: "fixed-load"}

Check failure on line 107 in packages/generator-caliper/generators/benchmark/index.js

View workflow job for this annotation

GitHub Actions / unit-tests / Unit Tests (18.x)

Strings must use singlequote

Check failure on line 107 in packages/generator-caliper/generators/benchmark/index.js

View workflow job for this annotation

GitHub Actions / unit-tests / Unit Tests (20.x)

Strings must use singlequote
],
when: () => !this.options.rateController
Expand Down

0 comments on commit 0e10748

Please sign in to comment.