提交 8ed0f542 编写于 作者: C Carlos Antonio da Silva

Inline block to fix indent [ci skip]

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