Skip to content

Commit e200bcf

Browse files
committed
Removed left over puts.
Thanks to @annaswims for spotting it.
1 parent 141373c commit e200bcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/cases/database_statements_test_sqlserver.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class DatabaseStatementsTestSqlserver < ActiveRecord::TestCase
1111
should 'create database' do
1212
@connection.create_database 'activerecord_unittest3' #, 'SQL_Latin1_General_CP1_CI_AS'
1313
database_name = @connection.select_value "SELECT name FROM master.dbo.sysdatabases WHERE name = 'activerecord_unittest3'"
14-
puts @connection.select_value "SELECT DATABASEPROPERTYEX('activerecord_unittest3', 'Collation') SQLCollation"
1514
assert_equal 'activerecord_unittest3', database_name
1615
end
1716

@@ -46,4 +45,4 @@ class DatabaseStatementsTestSqlserver < ActiveRecord::TestCase
4645
assert_equal 'SQL_Latin1_General_CP1_CI_AS', collation
4746
end
4847
end
49-
end
48+
end

0 commit comments

Comments
 (0)