Fix typo

上级 540a0ba8
......@@ -66,7 +66,7 @@ def test_quote_range
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册