Skip to content

Commit

Permalink
bundle exec standardrb --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Nov 8, 2024
1 parent fedaf4a commit b4ab82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_csv_to_csv

# returning nil dismisses the row
transform do |row|
(row[:sex] == "Female") ? row : nil
row[:sex] == "Female" ? row : nil
end

transform TestRenameFieldTransform, :sex, :sex_2015
Expand Down

0 comments on commit b4ab82c

Please sign in to comment.