mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo
This commit is contained in:
parent
540a0ba8e2
commit
d02794e374
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module ActiveRecord
|
|||
|
||||
def test_quote_bit_string
|
||||
c = PostgreSQLColumn.new(nil, 1, OID::Bit.new)
|
||||
assert_equal nil, @conn.quote("'); SELECT * FORM users; /*\n01\n*/--", c)
|
||||
assert_equal nil, @conn.quote("'); SELECT * FROM users; /*\n01\n*/--", c)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue