提交 32516983 编写于 作者: R Ryuta Kamizono

Fix `s/klass.connection/connection/`

`klass` has removed in 5358f2b6.
上级 5358f2b6
...@@ -275,7 +275,7 @@ def test_add_column_with_timestamp_type ...@@ -275,7 +275,7 @@ def test_add_column_with_timestamp_type
elsif current_adapter?(:OracleAdapter) elsif current_adapter?(:OracleAdapter)
assert_equal "TIMESTAMP(6)", column.sql_type assert_equal "TIMESTAMP(6)", column.sql_type
else else
assert_equal klass.connection.type_to_sql("datetime"), column.sql_type assert_equal connection.type_to_sql("datetime"), column.sql_type
end end
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册