提交 18db6a70 编写于 作者: Y Yves Senn

Merge pull request #14273 from vipulnsward/fix-warning-13244

Fix enum test unused variable warning.
......@@ -51,7 +51,7 @@ def test_invalid_enum_update
def test_no_oid_warning
@connection.execute "INSERT INTO postgresql_enums VALUES (1, 'sad');"
stderr_output = capture(:stderr) {
enum = PostgresqlEnum.first
PostgresqlEnum.first
}
assert stderr_output.blank?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册