提交 b79dedc4 编写于 作者: S Sean Griffin

Merge pull request #22500 from y-yagi/fix_warning_in_geometric_test

remove warning from postgresql geometric test
......@@ -262,7 +262,9 @@ class PostgresqlLine < ActiveRecord::Base; end
end
teardown do
@connection.drop_table 'postgresql_lines', if_exists: true
if defined?(@connection)
@connection.drop_table 'postgresql_lines', if_exists: true
end
end
def test_geometric_line_type
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册