Skip to content

Commit

Permalink
fix: rubocop issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanAkbar committed Jul 9, 2024
1 parent 79e5673 commit 0776218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lutaml/model/render_nil_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class RenderNil < Lutaml::Model::Serializable

# Removing empty spaces from the end of the line because of and issue in
# libyaml -> https://github.com/yaml/libyaml/issues/46
generated_yaml = generated_yaml.gsub(/: \n/, ":\n")
generated_yaml = generated_yaml.gsub(": \n", ":\n")

expect(generated_yaml).to eq(expected_yaml.strip)
end
Expand Down

0 comments on commit 0776218

Please sign in to comment.