diff --git a/test/active_record/connection_adapter_test.rb b/test/active_record/connection_adapter_test.rb index c10cc0e7..a50dc612 100644 --- a/test/active_record/connection_adapter_test.rb +++ b/test/active_record/connection_adapter_test.rb @@ -16,7 +16,6 @@ context "when the max allowed bytes is 40 and the base SQL is 26 bytes" do it "should return 3 value sets when given 3 value sets of 7 bytes a piece" do value_sets = adapter.get_insert_value_sets values, base_sql.size, max_allowed_bytes = 40 - puts value_sets.inspect assert_equal 3, value_sets.size end end