Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAdm committed Jul 9, 2024
1 parent 4b048b5 commit b8a88c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/load_gem_records_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class LoadGemRecordsTest < ActiveSupport::TestCase
setup do
gem_load = LoadGemRecordsCSV.new
gem_load.load_csv
gem_load.load_csv('dummy_gem_records.csv')
end

should "parse csv" do
Expand Down

0 comments on commit b8a88c5

Please sign in to comment.