Skip to content

Commit

Permalink
Fix stale callback test description
Browse files Browse the repository at this point in the history
  • Loading branch information
moseshll committed Aug 29, 2024
1 parent afce2c6 commit cab13c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/connection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
end

context "with callback" do
it "invokes callback 10 times" do
it "invokes callback for 10 inserted records" do
@total_records_inserted = 0
conn.update_from_file(txt_datafile_path) do |records_inserted|
@total_records_inserted += records_inserted
Expand Down

0 comments on commit cab13c2

Please sign in to comment.