Skip to content

Commit

Permalink
Added new param when using encode
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNano committed Aug 3, 2024
1 parent 168bf6b commit 8f5e985
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/kotlin_code_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
salt: salt,
current_flavor: config.current_flavor,
environments: config.environments,
should_infer_types: config.should_infer_types,
)
end

Expand All @@ -18,6 +19,7 @@
salt: salt,
current_flavor: config.current_flavor,
environments: config.environments,
should_infer_types: config.should_infer_types,
)
end

Expand Down
2 changes: 2 additions & 0 deletions spec/models/template_arguments_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
salt: salt,
current_flavor: config.current_flavor,
environments: config.environments,
should_infer_types: config.should_infer_types,
)
end

Expand All @@ -27,6 +28,7 @@
salt: salt,
current_flavor: config.current_flavor,
environments: config.environments,
should_infer_types: config.should_infer_types,
)
end

Expand Down
2 changes: 2 additions & 0 deletions spec/swift_code_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
salt: salt,
current_flavor: config.current_flavor,
environments: config.environments,
should_infer_types: config.should_infer_types,
)
end

Expand All @@ -18,6 +19,7 @@
salt: salt,
current_flavor: config.current_flavor,
environments: config.environments,
should_infer_types: config.should_infer_types,
)
end

Expand Down

0 comments on commit 8f5e985

Please sign in to comment.