Skip to content

Commit

Permalink
Fix the bogus Rubocop autocorrect (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcreid authored Oct 1, 2022
1 parent b40385b commit 57a5be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def assert_equivalent_xml(expected, actual)
Diffy::Diff.new(
sort_attributes(expected_xml.root).to_xml(indent: 2),
sort_attributes(actual_xml.root).to_xml(indent: 2)
).to_formatted_s(:color)
).to_s(:color)
}
end

Expand Down

0 comments on commit 57a5be7

Please # to comment.